clckwrks-plugin-redirect 0.0.1.2 → 0.0.1.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~aesondep ~clckwrksdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, clckwrks, text
API changes (from Hackage documentation)
Files
clckwrks-plugin-redirect.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-plugin-redirect-version: 0.0.1.2+version: 0.0.1.3 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/@@ -11,7 +11,7 @@ category: Clckwrks build-type: Simple cabal-version: >=1.10-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.3, GHC == 8.10.1+tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2 source-repository head type: git@@ -34,9 +34,9 @@ build-depends: base >= 4.3 && < 4.17, acid-state >= 0.12 && < 0.17,- aeson >= 1.3 && < 2.1,+ aeson >= 1.3 && < 1.6 || (>= 2 && < 2.1), attoparsec >= 0.10 && < 0.15,- clckwrks >= 0.21 && < 0.28,+ clckwrks >= 0.21 && < 0.29, containers >= 0.4 && < 0.7, happstack-hsp >= 7.2 && < 7.4, happstack-server >= 7.0 && < 7.8,@@ -51,7 +51,7 @@ reform-happstack == 0.2.*, reform-hsp == 0.2.*, safecopy >= 0.8,- text >= 0.11 && < 1.3,+ text >= 0.11 && < 2.1, template-haskell >= 2.7 && <= 2.19, uuid >= 1.2 && <= 1.4, uuid-orphans >= 1.2 && < 1.5,