diff options
-rw-r--r-- | hakyll.cabal | 2 | ||||
-rw-r--r-- | web/releases.markdown | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 4b3dcff..d5e96b9 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.8.2.0 +Version: 4.8.3.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 4120205..b1a5242 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,11 @@ title: Releases # Releases +## Hakyll 4.8.3.0 + +- Fix another compilation issue wrt. orphan `Show` instance from regex-tdfa + (contribution by Sergei Trofimovich) + ## Hakyll 4.8.2.0 - Fix compilation issue wrt. orphan `Show` instance from regex-tdfa |