diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2015-08-14 14:14:00 +0200 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2015-08-14 14:14:00 +0200 |
commit | 57e092ea39882e90eeb3365bf2780432b430128b (patch) | |
tree | 3796b02cfce7ef2ff843117d2d235e92aa1f77fa | |
parent | 074f2b89f0f7648cd06fef5a644b7652a9240279 (diff) |
upgrade to lts-3.0
-rw-r--r-- | gueux-org.cabal | 8 | ||||
-rw-r--r-- | stack.yaml | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/gueux-org.cabal b/gueux-org.cabal index a6a5c20..bdee640 100644 --- a/gueux-org.cabal +++ b/gueux-org.cabal @@ -5,9 +5,9 @@ cabal-version: >= 1.10 executable site main-is: site.hs - build-depends: base == 4.* - , hakyll == 4.6.* - , cryptohash == 0.11.* - , bytestring == 0.10.* + build-depends: base >= 4 && < 5 + , hakyll >= 4.6 + , cryptohash >= 0.11 + , bytestring ghc-options: -threaded default-language: Haskell2010 @@ -1,6 +1,5 @@ -flags: - gueux-org: {} +flags: {} packages: - '.' extra-deps: [] -resolver: lts-2.13 +resolver: lts-3.0 |