From 3c3e4b43e52a8b8531a0b27ae7dd79f044048d7e Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Jun 2016 07:47:32 +0200 Subject: [PATCH] Updated stack version --- mustache.cabal | 1 + stack.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mustache.cabal b/mustache.cabal index 18e3c2c..2504872 100644 --- a/mustache.cabal +++ b/mustache.cabal @@ -77,6 +77,7 @@ executable haskell-mustache , filepath , base-unicode-symbols default-language: Haskell2010 + ghc-options: -threaded -Wall hs-source-dirs: app diff --git a/stack.yaml b/stack.yaml index fe11970..a0568f5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,7 @@ # For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-3.22 +resolver: lts-6.3 # Local packages, usually specified by relative directory name packages: