Skip to content

Commit 7fa299d

Browse files
committed
Update resolver
1 parent 0f47adb commit 7fa299d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.iml
22
.idea/
33
.stack-work/
4-
out/
4+
out/
5+
stack.yaml.lock

readme.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ The test framework Tasty_ is used, because it seems more recently maintained tha
2121

2222
"Tasty lets you combine your unit tests, golden tests, QuickCheck/SmallCheck properties, and any other types of tests into a single test suite."
2323

24+
-- Updating dependencies
25+
26+
Check Stackage_ to see what the latest resolver is, and change that in `stack.yml`.
27+
28+
.. _Stackage: https://www.stackage.org/lts
2429
.. _Haskell: https://www.haskell.org
2530
.. _StackOverflow: https://stackoverflow.com/a/51009817/4126843
2631
.. _Stack: https://github.com/commercialhaskell/stack

stack.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
#
1919
# resolver: ./custom-snapshot.yaml
2020
# resolver: https://example.com/snapshots/2018-01-01.yaml
21-
resolver: lts-11.16
21+
22+
# Find the latest resolver at https://www.stackage.org/lts
23+
resolver: lts-14.0
2224

2325
# User packages to be built.
2426
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)