Skip to content

Commit 7222617

Browse files
committed
Downgraded resolver due to bug in the latest version of stack.
The latest version of stack has a small incompatibility with the latest version of cabal. Refer to commercialhaskell/stack#3791
1 parent fc72615 commit 7222617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-10.3
18+
resolver: lts-9.21
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.
@@ -63,4 +63,4 @@ packages:
6363
# extra-lib-dirs: [/path/to/dir]
6464
#
6565
# Allow a newer minor version of GHC than the snapshot specifies
66-
# compiler-check: newer-minor
66+
# compiler-check: newer-minor

0 commit comments

Comments
 (0)