packages feed

clckwrks-plugin-page 0.4.3.9 → 0.4.3.10

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~aesondep ~happstack-hspdep ~happstack-server

Dependency ranges changed: aeson, happstack-hsp, happstack-server, reform, time

Files

clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name:                clckwrks-plugin-page-version:             0.4.3.9+version:             0.4.3.10 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@@ -43,27 +43,27 @@                        Clckwrks.Page.Verbatim   build-depends:       base                   >= 4.3 && < 4.10,                        acid-state             >= 0.12 && < 0.15,-                       aeson                  (>= 0.4  && < 0.10) || (>= 0.11 && < 1.2),+                       aeson                  (>= 0.4  && < 0.10) || (>= 0.11 && < 1.3),                        attoparsec             >= 0.10 && < 0.14,                        clckwrks               >= 0.24 && < 0.25,                        containers             >= 0.4  && < 0.6,                        directory              >= 1.1  && < 1.4,                        filepath               >= 1.2  && < 1.5,-                       happstack-hsp          >= 7.2  && < 7.4,-                       happstack-server       >= 7.0  && < 7.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.*,                        mtl                    >= 2.0  && < 2.3,                        old-locale             == 1.0.*,                        random                 >= 1.0  && < 1.2,-                       reform                 == 0.2.*,+                       reform                 >= 0.2 && < 0.4,                        reform-happstack       == 0.2.*,                        reform-hsp             == 0.2.*,                        safecopy               >= 0.8,                        tagsoup                >= 0.13 && < 0.15,                        text                   >= 0.11 && < 1.3,-                       time                   >= 1.4  && < 1.7,+                       time                   >= 1.4  && < 1.9,                        time-locale-compat     >= 0.1  && < 0.2,                        template-haskell       >= 2.7  && <= 2.12,                        uuid                   >= 1.2  && <= 1.4,