clckwrks-plugin-page 0.4.3.12 → 0.4.3.13
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesondep ~containersdep ~ixset
Dependency ranges changed: aeson, containers, ixset
Files
clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-plugin-page-version: 0.4.3.12+version: 0.4.3.13 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@@ -47,17 +47,17 @@ Clckwrks.Page.Verbatim build-depends: base >= 4.3 && < 4.12, acid-state >= 0.12 && < 0.15,- aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.4),+ aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.5), attoparsec >= 0.10 && < 0.14, clckwrks >= 0.24 && < 0.25,- containers >= 0.4 && < 0.6,+ containers >= 0.4 && < 0.7, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.5, happstack-hsp >= 7.2 && < 7.5, happstack-server >= 7.0 && < 7.6, hsp >= 0.9 && < 0.11, hsx2hs >= 0.13 && < 0.15,- ixset == 1.0.*,+ ixset >= 1.0 && < 1.2, mtl >= 2.0 && < 2.3, old-locale == 1.0.*, random >= 1.0 && < 1.2,