summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 9701ddc..ca0bc31 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -150,7 +150,7 @@ Library
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.6,
+ data-default >= 0.4 && < 0.7,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.5,
@@ -240,7 +240,7 @@ Test-suite hakyll-tests
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.6,
+ data-default >= 0.4 && < 0.7,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.5,