diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index c143929..5dce405 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, @@ -193,7 +193,7 @@ Test-suite hakyll-tests 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, |