summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal24
1 files changed, 14 insertions, 10 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 06cff67..c1385f6 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.8.3.2
+Version: 4.9.0.0
Synopsis: A static website compiler library
Description:
@@ -65,8 +65,13 @@ Extra-source-files:
tests/data/example.md
tests/data/example.md.metadata
tests/data/images/favicon.ico
+ tests/data/partial-helper.html
+ tests/data/partial.html
+ tests/data/partial.html.out
tests/data/posts/2010-08-26-birthday.md
tests/data/russian.md
+ tests/data/strip.html
+ tests/data/strip.html.out
tests/data/template.html
tests/data/template.html.out
@@ -159,7 +164,7 @@ Library
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.18,
+ pandoc >= 1.14 && < 1.19,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
@@ -223,6 +228,7 @@ Test-suite hakyll-tests
Hakyll.Core.Store.Tests
Hakyll.Core.UnixFilter.Tests
Hakyll.Core.Util.String.Tests
+ Hakyll.Web.CompressCss.Tests
Hakyll.Web.Html.RelativizeUrls.Tests
Hakyll.Web.Html.Tests
Hakyll.Web.Pandoc.FileType.Tests
@@ -231,18 +237,16 @@ Test-suite hakyll-tests
TestSuite.Util
Build-Depends:
- HUnit >= 1.2 && < 1.4,
- QuickCheck >= 2.4 && < 2.9,
- test-framework >= 0.4 && < 0.9,
- test-framework-hunit >= 0.3 && < 0.4,
- test-framework-quickcheck2 >= 0.3 && < 0.4,
+ QuickCheck >= 2.8 && < 2.9,
+ tasty >= 0.11 && < 0.12,
+ tasty-hunit >= 0.9 && < 0.10,
+ tasty-quickcheck >= 0.8 && < 0.9,
-- Copy pasted from hakyll dependencies:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.9,
blaze-html >= 0.5 && < 0.9,
blaze-markup >= 0.5.1 && < 0.8,
bytestring >= 0.9 && < 0.11,
- cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
data-default >= 0.4 && < 0.8,
@@ -253,7 +257,7 @@ Test-suite hakyll-tests
mtl >= 1 && < 2.3,
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
- pandoc >= 1.14 && < 1.18,
+ pandoc >= 1.14 && < 1.19,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
@@ -268,7 +272,7 @@ Test-suite hakyll-tests
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.12,
- yaml >= 0.8.11 && < 0.9,
+ yaml >= 0.8.11 && < 0.9,
optparse-applicative >= 0.12 && < 0.13
If flag(previewServer)