summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Schwarz <seschwar@googlemail.com>2010-01-09 00:12:25 +0100
committerSebastian Schwarz <seschwar@googlemail.com>2010-01-09 00:12:25 +0100
commite14595f6a92e5ddbcb31a29806fe95585c2a7bd1 (patch)
tree567e459745469f7f4778a8a79f989995c1e5a7ea
parent2751b27c1a480b703e2420bca5a833bbe52f0c78 (diff)
downloadhakyll-e14595f6a92e5ddbcb31a29806fe95585c2a7bd1.tar.gz
Increased maximum version for bytestring dependency.
Apart from bug fixes bytestring will probably hardly change until 0.9.2. This also makes it possible to use Hakyll with bytesting's newest version (0.9.1.5) from Hackage.
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d5c32d8..59c3a4c 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -23,7 +23,7 @@ library
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
- bytestring >= 0.9 && <= 0.9.1.4,
+ bytestring >= 0.9 && < 0.9.2,
pandoc >= 1,
regex-compat >= 0.92,
network >= 2,