Skip to content

Commit da9fa28

Browse files
committed
Update resolver in stack.yaml
- Resolver was outdated and thus the project could not be built with `stack build`. Now it matches the current packages version bounds specified in cabal project config.
1 parent 3da7035 commit da9fa28

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-9.6
18+
resolver: lts-13.17
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.
@@ -63,4 +63,4 @@ extra-package-dbs: []
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)