packages feed

hakyll 4.13.4.0 → 4.13.4.1

raw patch · 3 files changed

+21/−5 lines, 3 filesdep ~QuickCheckdep ~pandocdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, pandoc, template-haskell

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -4,6 +4,12 @@  # Releases +## Hakyll 4.13.4.1 (2020-09-30)++- Bump `pandoc` to 2.10.*+- Bump upper bound for `template-haskell` to 2.17+- Bump `QuickCheck` upper bound to 2.15+ ## Hakyll 4.13.4.0 (2020-06-20)  - Miscellaneous Windows-specific fixes and CI (by Laurent P. René de Cotret)
hakyll.cabal view
@@ -1,5 +1,5 @@ Name:    hakyll-Version: 4.13.4.0+Version: 4.13.4.1  Synopsis: A static website compiler library Description:@@ -188,7 +188,7 @@     resourcet            >= 1.1      && < 1.3,     scientific           >= 0.3.4    && < 0.4,     tagsoup              >= 0.13.1   && < 0.15,-    template-haskell     >= 2.14     && < 2.16,+    template-haskell     >= 2.14     && < 2.17,     text                 >= 0.11     && < 1.3,     time                 >= 1.8      && < 1.10,     time-locale-compat   >= 0.1      && < 0.2,@@ -232,7 +232,7 @@     Other-Modules:       Hakyll.Web.Pandoc.Binary     Build-Depends:-      pandoc          >= 2.0.5    && < 2.10,+      pandoc          >= 2.10     && < 2.11,       pandoc-citeproc >= 0.14     && < 0.18     Cpp-options:       -DUSE_PANDOC@@ -265,7 +265,7 @@    Build-Depends:     hakyll,-    QuickCheck                 >= 2.8  && < 2.14,+    QuickCheck                 >= 2.8  && < 2.15,     tasty                      >= 0.11 && < 1.4,     tasty-hunit                >= 0.9  && < 0.11,     tasty-quickcheck           >= 0.8  && < 0.11,@@ -327,4 +327,4 @@     base      >= 4     && < 5,     directory >= 1.0   && < 1.4,     filepath  >= 1.0   && < 1.5,-    pandoc    >= 2.0.5 && < 2.10+    pandoc    >= 2.10  && < 2.11
lib/Hakyll/Web/Pandoc/Binary.hs view
@@ -14,6 +14,10 @@  instance Binary Alignment instance Binary Block+instance Binary Caption+instance Binary Cell+instance Binary ColSpan+instance Binary ColWidth instance Binary CSL.Reference instance Binary Citation instance Binary CitationMode@@ -29,5 +33,11 @@ instance Binary REF.RefDate instance Binary REF.RefType instance Binary REF.Season+instance Binary Row+instance Binary RowHeadColumns+instance Binary RowSpan instance Binary STY.Agent instance Binary STY.Formatted+instance Binary TableBody+instance Binary TableFoot+instance Binary TableHead