summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiyush P Kurur <ppk@cse.iitk.ac.in>2013-03-07 17:38:49 +0530
committerPiyush P Kurur <ppk@cse.iitk.ac.in>2013-03-07 17:38:49 +0530
commit1c50baff7a752d6dedd3cf9ec5efc819f08f1d3c (patch)
tree3299afe5c8de52b43a05dcee15c7416a63176a02
parent439847eb6f002f61bdc7a37a07989ab26540ab67 (diff)
downloadhakyll-1c50baff7a752d6dedd3cf9ec5efc819f08f1d3c.tar.gz
fixing the dependency on data.default
1. Added it to the dependency of hakyll-tests 2. Bumped the upper bound to < 0.6
-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,