summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-04-08 12:08:45 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-04-08 12:09:11 +0200
commit44ddbc3fd6d58e0bba0526d7d7382930d87cd239 (patch)
treef0f78fe372b974a798a1f2170cb780b9080ba2d6
parente2b97fb330a93c41479ac17eb0697eeb33730d1a (diff)
downloadhakyll-44ddbc3fd6d58e0bba0526d7d7382930d87cd239.tar.gz
Fix test suite dependencies, bump to 4.6.8.1
Closes #345
-rw-r--r--hakyll.cabal59
-rw-r--r--web/releases.markdown4
2 files changed, 34 insertions, 29 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index fd41c89..53c89bc 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.8.0
+Version: 4.6.8.1
Synopsis: A static website compiler library
Description:
@@ -228,34 +228,35 @@ Test-suite hakyll-tests
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.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.6,
- deepseq >= 1.3 && < 1.5,
- directory >= 1.0 && < 1.3,
- filepath >= 1.0 && < 1.5,
- lrucache >= 1.1.1 && < 1.3,
- mtl >= 1 && < 2.3,
- network >= 2.6 && < 2.7,
- network-uri >= 2.6 && < 2.7,
- old-locale >= 1.0 && < 1.1,
- old-time >= 1.0 && < 1.2,
- pandoc >= 1.12.4 && < 1.14,
- pandoc-citeproc >= 0.4 && < 0.7,
- parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.3,
- random >= 1.0 && < 1.2,
- regex-base >= 0.93 && < 0.94,
- regex-tdfa >= 1.1 && < 1.3,
- tagsoup >= 0.13.1 && < 0.14,
- text >= 0.11 && < 1.3,
- time >= 1.1 && < 1.6
+ base >= 4 && < 5,
+ binary >= 0.5 && < 0.8,
+ 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.6,
+ deepseq >= 1.3 && < 1.5,
+ directory >= 1.0 && < 1.3,
+ filepath >= 1.0 && < 1.5,
+ lrucache >= 1.1.1 && < 1.3,
+ mtl >= 1 && < 2.3,
+ network >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.7,
+ old-locale >= 1.0 && < 1.1,
+ old-time >= 1.0 && < 1.2,
+ pandoc >= 1.12.4 && < 1.14,
+ pandoc-citeproc >= 0.4 && < 0.7,
+ parsec >= 3.0 && < 3.2,
+ process >= 1.0 && < 1.3,
+ random >= 1.0 && < 1.2,
+ regex-base >= 0.93 && < 0.94,
+ regex-tdfa >= 1.1 && < 1.3,
+ tagsoup >= 0.13.1 && < 0.14,
+ text >= 0.11 && < 1.3,
+ time >= 1.1 && < 1.6,
+ time-locale-compat >= 0.1.0.0 && < 0.1.1.0
If flag(previewServer)
Build-depends:
diff --git a/web/releases.markdown b/web/releases.markdown
index 94cc0b5..98263c8 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,10 @@ title: Releases
# Releases
+## Hakyll 4.6.8.1
+
+- Fix test suite dependencies
+
## Hakyll 4.6.8.0
- Fix building on GHC 7.10 (fix by Charles Strahan)