diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-09-15 14:10:49 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-09-15 14:10:49 +0200 |
| commit | 36bbc9537ad915fdc1051fb33362460b3cd5c769 (patch) | |
| tree | f51f10a653049d88558417fe85ad7252150da499 | |
| parent | 11e74064e28b7b793d9ae9b744c66ce97e97fe2b (diff) | |
| download | hakyll-36bbc9537ad915fdc1051fb33362460b3cd5c769.tar.gz | |
Version bump (3.4.2.0)
| -rw-r--r-- | hakyll.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 45f2daa..d483265 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 3.4.1.0 +Version: 3.4.2.0 Synopsis: A static website compiler library Description: @@ -75,6 +75,7 @@ Library directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.4, hamlet >= 1.0 && < 1.2, + lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, @@ -85,8 +86,7 @@ Library regex-tdfa >= 1.1 && < 1.2, tagsoup >= 0.12.6 && < 0.13, text >= 0.11 && < 1.12, - time >= 1.1 && < 1.5, - lrucache >= 1.1.1 && < 1.2 + time >= 1.1 && < 1.5 Exposed-Modules: Hakyll @@ -176,13 +176,14 @@ Test-suite hakyll-tests 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, + lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, @@ -194,7 +195,6 @@ Test-suite hakyll-tests tagsoup >= 0.12.6 && < 0.13, text >= 0.11 && < 1.12, time >= 1.1 && < 1.5, - lrucache >= 1.1.1 && < 1.2, unix >= 2.4 && < 2.6 Other-modules: |
