packages feed

clckwrks-plugin-redirect 0.0.1 → 0.0.1.2

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~aesondep ~attoparsecdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, attoparsec, base, clckwrks, happstack-server, template-haskell

API changes (from Hackage documentation)

Files

clckwrks-plugin-redirect.cabal view
@@ -1,5 +1,5 @@ name:                clckwrks-plugin-redirect-version:             0.0.1+version:             0.0.1.2 synopsis:            support redirects for CMS/Blogging in clckwrks description:         This allows you to create custom url redirects as well as internal rewrites homepage:            http://www.clckwrks.com/@@ -32,14 +32,14 @@                        Clckwrks.Redirect.URL  -  build-depends:       base                   >= 4.3 && < 4.15,+  build-depends:       base                   >= 4.3 && < 4.17,                        acid-state             >= 0.12 && < 0.17,-                       aeson                  >= 1.3  && < 1.6,-                       attoparsec             >= 0.10 && < 0.14,-                       clckwrks               >= 0.21 && < 0.27,+                       aeson                  >= 1.3  && < 2.1,+                       attoparsec             >= 0.10 && < 0.15,+                       clckwrks               >= 0.21 && < 0.28,                        containers             >= 0.4  && < 0.7,                        happstack-hsp          >= 7.2  && < 7.4,-                       happstack-server       >= 7.0  && < 7.7,+                       happstack-server       >= 7.0  && < 7.8,                        hsp                    >= 0.9  && < 0.11,                        hsx2hs                 >= 0.13 && < 0.15,                        ixset                  >= 1.0  && < 1.2,@@ -52,7 +52,7 @@                        reform-hsp             == 0.2.*,                        safecopy               >= 0.8,                        text                   >= 0.11 && < 1.3,-                       template-haskell       >= 2.7  && <= 2.17,+                       template-haskell       >= 2.7  && <= 2.19,                        uuid                   >= 1.2  && <= 1.4,                        uuid-orphans           >= 1.2  && < 1.5,                        web-plugins            >= 0.4 && < 0.5,