Please enter the commit message for your changes. Lines starting

This commit is contained in:
Maxime Vorwerk
2024-04-12 16:55:50 +02:00
parent 309fabe525
commit 43c782078d
60 changed files with 87 additions and 340 deletions

View File

@@ -8,9 +8,9 @@
# A snapshot resolver dictates the compiler version and the set of packages
# to be used for project dependencies. For example:
#
# resolver: lts-22.7
# resolver: nightly-2024-01-20
# resolver: ghc-9.6.4
# resolver: lts-21.13
# resolver: nightly-2023-09-24
# resolver: ghc-9.6.2
#
# The location of a snapshot can be provided as a file or url. Stack assumes
# a snapshot provided as a file might change, whereas a url resource does not.
@@ -18,7 +18,7 @@
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2023-01-01.yaml
resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/15.yaml
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/11.yaml
# User packages to be built.
# Various formats can be used as shown in the example below.
@@ -53,7 +53,7 @@ packages:
#
# Require a specific version of Stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: ">=2.15"
# require-stack-version: ">=2.13"
#
# Override the architecture used by Stack, especially useful on Windows
# arch: i386