Use a working stack snapshot

Use a working stack snapshot instead of having to specify resolver as
stack build --resolver nightly-2016-11-04
stack exec site rebuild --resolver nightly-2016-11-04
stack exec site watch --resolver nightly-2016-11-04
This commit is contained in:
Sanchayan Maity 2017-02-18 13:22:10 +05:30
parent e2814139f9
commit caffa6cc77

View file

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: nightly-2017-02-09
resolver: nightly-2016-11-04
# User packages to be built.
# Various formats can be used as shown in the example below.
@ -63,4 +63,4 @@ extra-package-dbs: []
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# compiler-check: newer-minor