From a189d65873813812347fb5e4b4b706b9fbc9ff7f Mon Sep 17 00:00:00 2001 From: Kwang Yul Seo Date: Tue, 30 Aug 2016 21:14:01 +0900 Subject: [PATCH] Upgrade stack resolver to nightly-2016-08-30 --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 3da4f9b..1c3affa 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-6.6 +resolver: nightly-2016-08-30 # 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