diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 020bea7..798625b 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -143,6 +143,7 @@ Library 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, @@ -216,6 +217,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, |