summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sipma <felix.sipma@no-log.org>2015-08-14 14:14:00 +0200
committerFélix Sipma <felix.sipma@no-log.org>2015-08-14 14:14:00 +0200
commit57e092ea39882e90eeb3365bf2780432b430128b (patch)
tree3796b02cfce7ef2ff843117d2d235e92aa1f77fa
parent074f2b89f0f7648cd06fef5a644b7652a9240279 (diff)
upgrade to lts-3.0
-rw-r--r--gueux-org.cabal8
-rw-r--r--stack.yaml5
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
diff --git a/stack.yaml b/stack.yaml
index 546ed14..8130c99 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,6 +1,5 @@
-flags:
- gueux-org: {}
+flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-2.13
+resolver: lts-3.0