packages feed

clckwrks-plugin-page 0.4.3.1 → 0.4.3.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~basedep ~template-haskelldep ~time

Dependency ranges changed: base, template-haskell, time

Files

clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name:                clckwrks-plugin-page-version:             0.4.3.1+version:             0.4.3.2 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:          Custom cabal-version:       >=1.8-tested-with:         GHC == 7.8.4, GHC == 7.10.2+tested-with:         GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1  source-repository head     type:     git@@ -41,7 +41,7 @@                        Clckwrks.Page.Atom   other-modules:                        Clckwrks.Page.Verbatim-  build-depends:       base                   >= 4.3 && < 4.9,+  build-depends:       base                   >= 4.3 && < 4.10,                        acid-state             >= 0.12 && < 0.15,                        aeson                  (>= 0.4  && < 0.10) || (== 0.11.*),                        attoparsec             >= 0.10 && < 0.14,@@ -63,9 +63,9 @@                        safecopy               >= 0.8,                        tagsoup                == 0.13.*,                        text                   >= 0.11 && < 1.3,-                       time                   >= 1.4  && < 1.6,+                       time                   >= 1.4  && < 1.7,                        time-locale-compat     >= 0.1  && < 0.2,-                       template-haskell       >= 2.7  && <= 2.11,+                       template-haskell       >= 2.7  && <= 2.12,                        uuid                   >= 1.2  && <= 1.4,                        web-plugins            == 0.2.*,                        web-routes             == 0.27.*,