summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-02-06 16:08:08 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-02-06 16:08:08 +0100
commit54814be6505394b90e9540abda60033d565635bc (patch)
tree6db4febde5e1a8099348d06356efb595abda974a
parentde55d035142c059a974e9d2348d7dc9302951039 (diff)
downloadhakyll-54814be6505394b90e9540abda60033d565635bc.tar.gz
Clean up dependency constraints
-rw-r--r--hakyll.cabal24
1 files changed, 12 insertions, 12 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index c82ade2..eaae2fa 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -60,25 +60,25 @@ Library
Build-Depends:
base >= 4 && < 5,
- binary >= 0.5 && < 1.0,
+ binary >= 0.5 && < 0.6,
blaze-html >= 0.4 && < 0.6,
- bytestring >= 0.9 && < 1.0,
+ bytestring >= 0.9 && < 0.10,
citeproc-hs >= 0.3.2 && < 0.4,
- containers >= 0.3 && < 1.0,
+ containers >= 0.3 && < 0.5,
cryptohash >= 0.7 && < 0.8,
- directory >= 1.0 && < 1.3,
- filepath >= 1.0 && < 2.0,
+ directory >= 1.0 && < 1.2,
+ filepath >= 1.0 && < 1.4,
hamlet >= 0.10.3 && < 0.11,
- mtl >= 1 && < 3.0,
- old-locale >= 1.0 && < 2.0,
- old-time >= 1.0 && < 1.3,
+ mtl >= 1 && < 2.1,
+ old-locale >= 1.0 && < 1.1,
+ old-time >= 1.0 && < 1.2,
pandoc >= 1.9 && < 1.10,
parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.4,
- regex-base >= 0.93 && < 1.0,
- regex-pcre >= 0.93 && < 1.0,
+ process >= 1.0 && < 1.2,
+ regex-base >= 0.93 && < 0.94,
+ regex-pcre >= 0.93 && < 0.95,
tagsoup >= 0.12.6 && < 0.13,
- time >= 1.1 && < 1.3,
+ time >= 1.1 && < 1.5,
unix >= 2.4 && < 2.6
Exposed-Modules: