clckwrks-plugin-page 0.4.3.11 → 0.4.3.12
raw patch · 1 files changed
+9/−5 lines, 1 filesdep ~aesondep ~basedep ~template-haskell
Dependency ranges changed: aeson, base, template-haskell
Files
clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-plugin-page-version: 0.4.3.11+version: 0.4.3.12 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@@ -13,12 +13,16 @@ category: Clckwrks build-type: Custom cabal-version: >=1.8-tested-with: GHC == 8.0.2, GHC == 8.2.2+tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 source-repository head type: git location: git://github.com/clckwrks/clckwrks-plugin-page.git +custom-setup+ setup-depends: base >= 4.6 && < 5,+ Cabal >= 1.18+ library build-tools: hsx2hs@@ -41,9 +45,9 @@ Clckwrks.Page.Atom other-modules: Clckwrks.Page.Verbatim- build-depends: base >= 4.3 && < 4.11,+ build-depends: base >= 4.3 && < 4.12, acid-state >= 0.12 && < 0.15,- aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.3),+ aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.4), attoparsec >= 0.10 && < 0.14, clckwrks >= 0.24 && < 0.25, containers >= 0.4 && < 0.6,@@ -65,7 +69,7 @@ text >= 0.11 && < 1.3, time >= 1.4 && < 1.10, time-locale-compat >= 0.1 && < 0.2,- template-haskell >= 2.7 && <= 2.13,+ template-haskell >= 2.7 && <= 2.14, uuid >= 1.2 && <= 1.4, uuid-orphans >= 1.2 && < 1.5, web-plugins == 0.2.*,