summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-09 00:37:11 +0100
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-09 00:37:11 +0100
commit505cf50739383ca86aea8de59b715e279a07120f (patch)
treefef086ca62313ebfbb1c403f59ac22ee4a29da5b
parentea953d3415232ba53aadc061e9005dbe74e3b012 (diff)
downloadhakyll-505cf50739383ca86aea8de59b715e279a07120f.tar.gz
Expand http-types dependency range
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 2d0a47d..a317d31 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -95,7 +95,7 @@ Library
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
http-conduit >= 1.8 && < 1.9,
- http-types >= 0.7 && < 0.8,
+ http-types >= 0.7 && < 0.9,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.2,
old-locale >= 1.0 && < 1.1,