packages feed

clckwrks-plugin-page 0.3.1 → 0.3.3

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~aesondep ~attoparsecdep ~clckwrks

Dependency ranges changed: aeson, attoparsec, clckwrks, happstack-hsp, text

Files

clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name:                clckwrks-plugin-page-version:             0.3.1+version:             0.3.3 synopsis:            support for CMS/Blogging in clckwrks homepage:            http://www.clckwrks.com/ license:             BSD3@@ -39,15 +39,15 @@   other-modules:                        Clckwrks.Page.Verbatim   build-depends:       base                   >= 4.3 && < 4.7,-                       aeson                  == 0.6.*,+                       aeson                  >= 0.6 && < 0.8,                        acid-state             == 0.12.*,-                       attoparsec             == 0.10.*,-                       clckwrks               >= 0.21 && < 0.22,+                       attoparsec             >= 0.10 && < 0.12,+                       clckwrks               >= 0.21 && < 0.23,                        containers             >= 0.4 && < 0.6,                        directory              >= 1.1 && < 1.3,                        filepath               >= 1.2 && < 1.4,                        happstack-authenticate == 0.10.*,-                       happstack-hsp          == 7.2.*,+                       happstack-hsp          >= 7.2 && < 7.4,                        happstack-server       >= 7.0 && < 7.4,                        hsp                    >= 0.9 && < 0.11,                        ixset                  == 1.0.*,@@ -59,7 +59,7 @@                        reform-hsp             == 0.2.*,                        safecopy               == 0.8.*,                        tagsoup                == 0.13.*,-                       text                   >= 0.11 && < 1.1,+                       text                   >= 0.11 && < 1.2,                        time                   == 1.4.*,                        template-haskell       >= 2.7 && <= 2.9,                        uuid                   >= 1.2 && <= 1.4,