hakyll 4.5.2.0 → 4.5.3.0
raw patch · 2 files changed
+6/−5 lines, 2 filesdep ~networkdep ~pandocPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: network, pandoc
API changes (from Hackage documentation)
- Hakyll.Core.Item: instance Typeable Item
+ Hakyll.Core.Item: instance Typeable1 Item
Files
- hakyll.cabal +5/−5
- src/Hakyll/Web/Pandoc.hs +1/−0
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.5.2.0+Version: 4.5.3.0 Synopsis: A static website compiler library Description:@@ -154,10 +154,10 @@ filepath >= 1.0 && < 1.4, lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2,- network >= 2.4 && < 2.5,+ network >= 2.4 && < 2.6, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2,- pandoc >= 1.12 && < 1.13,+ pandoc >= 1.12.4 && < 1.13, pandoc-citeproc >= 0.1 && < 0.4, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3,@@ -240,10 +240,10 @@ filepath >= 1.0 && < 1.4, lrucache >= 1.1.1 && < 1.2, mtl >= 1 && < 2.2,- network >= 2.4 && < 2.5,+ network >= 2.4 && < 2.6, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2,- pandoc >= 1.12 && < 1.13,+ pandoc >= 1.12.4 && < 1.13, pandoc-citeproc >= 0.1 && < 0.4, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3,
src/Hakyll/Web/Pandoc.hs view
@@ -53,6 +53,7 @@ LaTeX -> readLaTeX ro LiterateHaskell t' -> reader (addExt ro Ext_literate_haskell) t' Markdown -> readMarkdown ro+ OrgMode -> readOrg ro Rst -> readRST ro Textile -> readTextile ro _ -> error $