summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-02-10 02:27:55 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-02-10 02:27:55 -0800
commit3aea9c91edd99418d121e7c25ea75e445468a425 (patch)
treeb494baf8cffd62c66ca9aa766fb216e060f4cd42 /hakyll.cabal
parent52802ed57f1ee20aed0a17e84b077f04de413eea (diff)
parent505cf50739383ca86aea8de59b715e279a07120f (diff)
downloadhakyll-3aea9c91edd99418d121e7c25ea75e445468a425.tar.gz
Merge pull request #106 from nomeata/patch-1
Expand http-types dependency range
Diffstat (limited to 'hakyll.cabal')
-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,