diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 633a414..ced01c6 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.3.0.0 +Version: 4.3.1.0 Synopsis: A static website compiler library Description: @@ -143,6 +143,7 @@ Library blaze-markup >= 0.5.1 && < 0.6, bytestring >= 0.9 && < 0.11, citeproc-hs >= 0.3.2 && < 0.4, + cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.10, data-default >= 0.4 && < 0.6, @@ -151,9 +152,9 @@ Library filepath >= 1.0 && < 1.4, lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2, + network >= 2.4 && < 2.5, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, - cmdargs >= 0.10 && < 0.11, pandoc >= 1.10 && < 1.12, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, @@ -219,6 +220,7 @@ Test-suite hakyll-tests blaze-markup >= 0.5.1 && < 0.6, bytestring >= 0.9 && < 0.11, citeproc-hs >= 0.3.2 && < 0.4, + cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.10, data-default >= 0.4 && < 0.6, @@ -227,9 +229,9 @@ Test-suite hakyll-tests filepath >= 1.0 && < 1.4, lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2, + network >= 2.4 && < 2.5, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, - cmdargs >= 0.10 && < 0.11, pandoc >= 1.10 && < 1.12, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, |