packages feed

clckwrks-plugin-page 0.4.3.20 → 0.4.3.21

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, template-haskell

API changes (from Hackage documentation)

Files

clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name:                clckwrks-plugin-page-version:             0.4.3.20+version:             0.4.3.21 synopsis:            support for CMS/Blogging in clckwrks description:         This provides two similar concepts Pages and Posts. Both allow                      you to create page content by editting pages in the browser. A Post@@ -13,7 +13,7 @@ category:            Clckwrks build-type:          Simple cabal-version:       1.18-tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.1+tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.3, GHC == 8.10.1  source-repository head     type:     git@@ -40,7 +40,7 @@                        Clckwrks.Page.Atom   other-modules:                        Clckwrks.Page.Verbatim-  build-depends:       base                   >= 4.3 && < 4.14,+  build-depends:       base                   >= 4.3 && < 4.15,                        acid-state             >= 0.12 && < 0.17,                        aeson                  (>= 0.4  && < 0.10) || (>= 0.11 && < 1.5),                        attoparsec             >= 0.10 && < 0.14,@@ -64,7 +64,7 @@                        text                   >= 0.11 && < 1.3,                        time                   >= 1.4  && < 1.11,                        time-locale-compat     >= 0.1  && < 0.2,-                       template-haskell       >= 2.7  && <= 2.16,+                       template-haskell       >= 2.7  && <= 2.17,                        uuid                   >= 1.2  && <= 1.4,                        uuid-orphans           >= 1.2  && < 1.5,                        web-plugins            == 0.2.*,