From caffa6cc7772c7fd27af02c8594661c6fbe5bdcd Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 18 Feb 2017 13:22:10 +0530 Subject: [PATCH] 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 --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 3c41bed..1893d47 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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 \ No newline at end of file +# compiler-check: newer-minor