summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b952da6..a5c4d37 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -92,7 +92,7 @@ Library
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.9,
- data-default >= 0.4 && < 0.5,
+ data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
@@ -191,6 +191,7 @@ Test-suite hakyll-tests
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.9,
+ data-default >= 0.4 && < 0.6,
deepseq >= 1.3 && < 1.4,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,