summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal37
1 files changed, 18 insertions, 19 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 9173bac..0f0398f 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.4.3.2
+Version: 4.6.0.0
Synopsis: A static website compiler library
Description:
@@ -132,7 +132,6 @@ Library
Hakyll.Core.Provider.Metadata
Hakyll.Core.Provider.MetadataCache
Hakyll.Core.Rules.Internal
- Hakyll.Core.Rules.Default
Hakyll.Core.Runtime
Hakyll.Core.Store
Hakyll.Core.Util.File
@@ -143,8 +142,8 @@ Library
Build-Depends:
base >= 4 && < 5,
binary >= 0.5 && < 0.8,
- blaze-html >= 0.5 && < 0.7,
- blaze-markup >= 0.5.1 && < 0.6,
+ blaze-html >= 0.5 && < 0.8,
+ blaze-markup >= 0.5.1 && < 0.7,
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -154,17 +153,17 @@ Library
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
lrucache >= 1.1.1 && < 1.2,
- mtl >= 1 && < 2.2,
- network >= 2.4 && < 2.5,
+ mtl >= 1 && < 2.3,
+ network >= 2.4 && < 2.6,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
- pandoc >= 1.12 && < 1.13,
- pandoc-citeproc >= 0.1 && < 0.3,
+ pandoc >= 1.12.4 && < 1.13,
+ pandoc-citeproc >= 0.1 && < 0.4,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
random >= 1.0 && < 1.1,
regex-base >= 0.93 && < 0.94,
- regex-tdfa >= 1.1 && < 1.2,
+ regex-tdfa >= 1.1 && < 1.3,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.2,
time >= 1.1 && < 1.5
@@ -192,7 +191,7 @@ Library
If flag(checkExternal)
Build-depends:
- http-conduit >= 1.8 && < 2.1,
+ http-conduit >= 2.1 && < 2.2,
http-types >= 0.7 && < 0.9
Cpp-options:
-DCHECK_EXTERNAL
@@ -222,15 +221,15 @@ Test-suite hakyll-tests
Build-Depends:
HUnit >= 1.2 && < 1.3,
- QuickCheck >= 2.4 && < 2.7,
+ QuickCheck >= 2.4 && < 2.8,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.3 && < 0.4,
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copy pasted from hakyll dependencies:
base >= 4 && < 5,
binary >= 0.5 && < 0.8,
- blaze-html >= 0.5 && < 0.7,
- blaze-markup >= 0.5.1 && < 0.6,
+ blaze-html >= 0.5 && < 0.8,
+ blaze-markup >= 0.5.1 && < 0.7,
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -240,17 +239,17 @@ Test-suite hakyll-tests
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.4,
lrucache >= 1.1.1 && < 1.2,
- mtl >= 1 && < 2.2,
- network >= 2.4 && < 2.5,
+ mtl >= 1 && < 2.3,
+ network >= 2.4 && < 2.6,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
- pandoc >= 1.12 && < 1.13,
- pandoc-citeproc >= 0.1 && < 0.3,
+ pandoc >= 1.12.4 && < 1.13,
+ pandoc-citeproc >= 0.1 && < 0.4,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
random >= 1.0 && < 1.1,
regex-base >= 0.93 && < 0.94,
- regex-tdfa >= 1.1 && < 1.2,
+ regex-tdfa >= 1.1 && < 1.3,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.2,
time >= 1.1 && < 1.5
@@ -278,7 +277,7 @@ Test-suite hakyll-tests
If flag(checkExternal)
Build-depends:
- http-conduit >= 1.8 && < 2.1,
+ http-conduit >= 2.1 && < 2.2,
http-types >= 0.7 && < 0.9
Cpp-options:
-DCHECK_EXTERNAL