Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 0bdf8cc

Browse files
committed
Update ghc-8.8.3 stackage resolvers
1 parent 8e77394 commit 0bdf8cc

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

stack-8.8.3.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-03-12
1+
resolver: lts-15.4
22
packages:
33
- .
44
- hie-plugin-api
@@ -7,7 +7,7 @@ extra-deps:
77
# - ./submodules/HaRe
88

99
- apply-refact-0.7.0.0
10-
- bytestring-trie-0.2.5.0
10+
- bytestring-trie-0.2.5.0@rev1
1111
# - cabal-helper-1.0.0.0
1212
- github: jneira/cabal-helper
1313
commit: ffb1f57a5ffc6b7ac3c46a9974c4420a6d2bb9b2
@@ -27,15 +27,14 @@ extra-deps:
2727
- monad-dijkstra-0.1.1.2
2828
- semigroups-0.18.5
2929
- temporary-1.2.1.1
30+
- unliftio-core-0.2.0.1
3031

3132
flags:
3233
haskell-ide-engine:
3334
pedantic: true
3435
hie-plugin-api:
3536
pedantic: true
3637

37-
# allow-newer: true
38-
3938
nix:
4039
packages: [ icu libcxx zlib ]
4140

stack.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
resolver: nightly-2020-03-09 # Last GHC 8.8.2
1+
resolver: nightly-2020-03-18
2+
23
packages:
34
- .
45
- hie-plugin-api
@@ -7,14 +8,14 @@ extra-deps:
78
# - ./submodules/HaRe
89

910
- apply-refact-0.7.0.0
10-
- brittany-0.12.1.1
11-
- bytestring-trie-0.2.5.0
11+
- bytestring-trie-0.2.5.0@sha256:9efa9c6f556314d28486be2470ff789419c5238ed2e354870623a3cbbd28fbe2,3349
1212
# - cabal-helper-1.0.0.0
1313
- github: DanielG/cabal-helper
1414
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
1515
- clock-0.7.2
1616
- constrained-dynamic-0.1.0.0
1717
- floskell-0.10.2
18+
<<<<<<< HEAD
1819
- ghc-lib-parser-8.8.2.20200205
1920
- ghc-lib-parser-ex-8.8.5.3
2021
- haddock-api-2.23.1
@@ -24,15 +25,21 @@ extra-deps:
2425
- lsp-test-0.10.1.0
2526
- hie-bios-0.4.0
2627
- hlint-2.2.11
28+
=======
29+
# To avoid build error with ghc-8.8.2
30+
# See https://github.com/haskell/haddock/issues/1123
31+
- git: https://github.com/haskell/haddock.git
32+
commit: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
33+
subdirs:
34+
- haddock-api
35+
# - haddock-api-2.23.0
36+
>>>>>>> a8e55590... Update ghc-8.8.3 stackage resolvers
2737
- hoogle-5.0.17.15
2838
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
2939
- ilist-0.3.1.0
3040
- monad-dijkstra-0.1.1.2
31-
- ormolu-0.0.3.1
32-
- resourcet-1.2.3 # forced by unliftio-core >= 0.2
3341
- semigroups-0.18.5
3442
- temporary-1.2.1.1
35-
- unliftio-0.2.12.1
3643
- unliftio-core-0.2.0.1
3744

3845
flags:
@@ -41,8 +48,6 @@ flags:
4148
hie-plugin-api:
4249
pedantic: true
4350

44-
# allow-newer: true
45-
4651
nix:
4752
packages: [ icu libcxx zlib ]
4853

0 commit comments

Comments
 (0)