From 7e27a0a7eada373780a9757fd89f70d4d911d69a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 22 Mar 2024 01:13:34 +0100 Subject: [haskell] refactoring --- haskell/stack.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'haskell/stack.yaml') diff --git a/haskell/stack.yaml b/haskell/stack.yaml index fc9f1f6..8f372f1 100644 --- a/haskell/stack.yaml +++ b/haskell/stack.yaml @@ -17,8 +17,9 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/14.yaml +#resolver: lts-22.13 +resolver: lts-21.25 +# url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/14.yaml # User packages to be built. # Various formats can be used as shown in the example below. @@ -49,7 +50,7 @@ packages: # extra-package-dbs: [] # Control whether we use the GHC we find on the path -# system-ghc: true +system-ghc: true # # Require a specific version of Stack, using version ranges # require-stack-version: -any # Default -- cgit v1.2.3