clckwrks-plugin-page 0.4.3.24 → 0.4.3.25
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~clckwrksPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: clckwrks
API changes (from Hackage documentation)
- Clckwrks.Page.Types: instance Data.Aeson.Types.Class.FromJSON Clckwrks.Page.Types.PageId
- Clckwrks.Page.Types: instance Data.Aeson.Types.Class.ToJSON Clckwrks.Page.Types.PageId
+ Clckwrks.Page.Types: instance Data.Aeson.Types.FromJSON.FromJSON Clckwrks.Page.Types.PageId
+ Clckwrks.Page.Types: instance Data.Aeson.Types.ToJSON.ToJSON Clckwrks.Page.Types.PageId
Files
clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-plugin-page-version: 0.4.3.24+version: 0.4.3.25 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@@ -44,7 +44,7 @@ acid-state >= 0.12 && < 0.17, aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.6), attoparsec >= 0.10 && < 0.14,- clckwrks >= 0.25 && < 0.27,+ clckwrks >= 0.25 && < 0.28, containers >= 0.4 && < 0.7, directory >= 1.1 && < 1.4, filepath >= 1.2 && < 1.5,