diff options
author | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-05-29 17:00:25 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-05-29 17:00:25 -0500 |
commit | e970f53fdea63d9dd89382d522db2da570d05128 (patch) | |
tree | ae3b0fc93f00bdb48d235800ddb2fc1ce119947f /stack.yaml | |
parent | 8a765f984d72c12264a2924e7393ac48aa4270ef (diff) |
Use GHC 8.10
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,8 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/8.yaml +resolver: lts-18.28 # User packages to be built. # Various formats can be used as shown in the example below. |