clckwrks-plugin-page 0.4.3.10 → 0.4.3.11
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~template-haskelldep ~time
Dependency ranges changed: base, template-haskell, time
Files
clckwrks-plugin-page.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-plugin-page-version: 0.4.3.10+version: 0.4.3.11 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,7 +13,7 @@ category: Clckwrks build-type: Custom cabal-version: >=1.8-tested-with: GHC == 7.10.2, GHC == 8.0.1+tested-with: GHC == 8.0.2, GHC == 8.2.2 source-repository head type: git@@ -41,7 +41,7 @@ Clckwrks.Page.Atom other-modules: Clckwrks.Page.Verbatim- build-depends: base >= 4.3 && < 4.10,+ build-depends: base >= 4.3 && < 4.11, acid-state >= 0.12 && < 0.15, aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.3), attoparsec >= 0.10 && < 0.14,@@ -63,9 +63,9 @@ safecopy >= 0.8, tagsoup >= 0.13 && < 0.15, text >= 0.11 && < 1.3,- time >= 1.4 && < 1.9,+ time >= 1.4 && < 1.10, time-locale-compat >= 0.1 && < 0.2,- template-haskell >= 2.7 && <= 2.12,+ template-haskell >= 2.7 && <= 2.13, uuid >= 1.2 && <= 1.4, uuid-orphans >= 1.2 && < 1.5, web-plugins == 0.2.*,