From 917d6269cfe34900d228fa40948e12e989eb6a10 Mon Sep 17 00:00:00 2001 From: nico1510 Date: Fri, 26 Oct 2018 18:11:49 +0200 Subject: [PATCH] downgraded stackage@9.21(ghc-8.0.2) due to https://github.com/DanielG/ghc-mod/issues/900#issuecomment-403350866 --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 3ab890c..ace080f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-12.14 +resolver: lts-9.21 # User packages to be built. # Various formats can be used as shown in the example below. @@ -37,7 +37,7 @@ packages: # Dependency packages to be pulled from upstream that are not in the resolver # using the same syntax as the packages field. # (e.g., acme-missiles-0.3) -# extra-deps: [] +# extra-deps: # Override default flag values for local packages and extra-deps # flags: {}