summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal10
-rw-r--r--web/examples.markdown2
-rw-r--r--web/releases.markdown10
-rw-r--r--web/tutorials/external-github-pages-circle-ci.md6
4 files changed, 23 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index b65c6ab..f46aaa3 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.8.3.1
+Version: 4.8.3.2
Synopsis: A static website compiler library
Description:
@@ -150,7 +150,7 @@ Library
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.7,
+ data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.5,
@@ -167,7 +167,7 @@ Library
regex-tdfa >= 1.1 && < 1.3,
resourcet >= 1.1 && < 1.2,
scientific >= 0.3.4 && < 0.4,
- tagsoup >= 0.13.1 && < 0.14,
+ tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.7,
time-locale-compat >= 0.1 && < 0.2,
@@ -241,7 +241,7 @@ Test-suite hakyll-tests
cmdargs >= 0.10 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
- data-default >= 0.4 && < 0.7,
+ data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 1.5,
@@ -258,7 +258,7 @@ Test-suite hakyll-tests
regex-tdfa >= 1.1 && < 1.3,
resourcet >= 1.1 && < 1.2,
scientific >= 0.3.4 && < 0.4,
- tagsoup >= 0.13.1 && < 0.14,
+ tagsoup >= 0.13.1 && < 0.15,
text >= 0.11 && < 1.3,
time >= 1.4 && < 1.7,
time-locale-compat >= 0.1 && < 0.2,
diff --git a/web/examples.markdown b/web/examples.markdown
index fe81c8c..9befe9d 100644
--- a/web/examples.markdown
+++ b/web/examples.markdown
@@ -152,6 +152,8 @@ directly with the default Hakyll site.
[source](https://github.com/nomeata/hal2016-website/)
- <http://acehack.org/>,
[source](https://github.com/sakshamsharma/acehack/)
+- <https://nek0.eu/>,
+ [source](https://github.com/nek0/nek0.eu)
## Hakyll 3.X
diff --git a/web/releases.markdown b/web/releases.markdown
index 7036ec2..459873a 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,16 @@ title: Releases
# Releases
+## Hakyll 4.8.3.2
+
+This release is compatible with GHC 8.0.1, although `previewServer` might not
+work yet on some setups.
+
+- Allow data-default 0.7, pandoc-citeproc 0.10, and tagsoup 0.14 (contributions
+ by Paul van der Walt and Felix Yan)
+- Allow binary 0.8, process 1.4, time 1.6 (contribution by Sergei Trofimovich)
+- Fix issue with `.metadata` file reading
+
## Hakyll 4.8.3.1
- Bump scientific dependency to 0.3.4
diff --git a/web/tutorials/external-github-pages-circle-ci.md b/web/tutorials/external-github-pages-circle-ci.md
new file mode 100644
index 0000000..8e25b8e
--- /dev/null
+++ b/web/tutorials/external-github-pages-circle-ci.md
@@ -0,0 +1,6 @@
+---
+title: Create a GitHub page with Hakyll and CircleCI
+author: Juan Pedro Villa
+url: https://www.stackbuilders.com/news/dr-hakyll-create-a-github-page-with-hakyll-and-circleci
+external: true
+---