summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <alexander.vershilov@gmail.com>2012-09-14 18:14:26 +0400
committerAlexander Vershilov <alexander.vershilov@gmail.com>2012-09-14 18:14:26 +0400
commit325cb7a4aae4650c039ffa209d1fd27dce0e6cf7 (patch)
tree5f5cda51036e384299aefef1034bda39b1ec5bb0
parent38e3e99809178264e8273eba2a0ee8bd32bf9175 (diff)
downloadhakyll-325cb7a4aae4650c039ffa209d1fd27dce0e6cf7.tar.gz
allow hakyll to build against ghc-7.6.1
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index f3a61db..45f2daa 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -68,11 +68,11 @@ Library
binary >= 0.5 && < 0.6,
blaze-html >= 0.5 && < 0.6,
blaze-markup >= 0.5.1 && < 0.6,
- bytestring >= 0.9 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
citeproc-hs >= 0.3.2 && < 0.4,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.8,
- directory >= 1.0 && < 1.2,
+ directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
hamlet >= 1.0 && < 1.2,
mtl >= 1 && < 2.2,