packages feed

clckwrks-plugin-page 0.3.4 → 0.3.5

raw patch · 1 files changed

+4/−5 lines, 1 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name:                clckwrks-plugin-page-version:             0.3.4+version:             0.3.5 synopsis:            support for CMS/Blogging in clckwrks homepage:            http://www.clckwrks.com/ license:             BSD3@@ -12,9 +12,8 @@ cabal-version:       >=1.8  source-repository head-    type:     darcs-    subdir:   clckwrks-plugin-page-    location: http://hub.darcs.net/stepcut/clckwrks+    type:     git+    location: git://github.com/clckwrks/clckwrks-plugin-page.git  library   build-tools:@@ -39,7 +38,7 @@   other-modules:                        Clckwrks.Page.Verbatim   build-depends:       base                   >= 4.3 && < 4.8,-                       aeson                  >= 0.6 && < 0.8,+                       aeson                  >= 0.6 && < 0.9,                        acid-state             == 0.12.*,                        attoparsec             >= 0.10 && < 0.13,                        clckwrks               >= 0.21 && < 0.23,