clckwrks 0.23.18 → 0.23.19
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aeson
Dependency ranges changed: aeson
Files
- clckwrks.cabal +3/−3
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-Version: 0.23.18+Version: 0.23.19 Synopsis: A secure, reliable content management system (CMS) and blogging platform Description: clckwrks (pronounced, clockworks) aims to compete directly with popular PHP-based blogging and CMS@@ -19,7 +19,7 @@ Copyright: 2012-2015 SeeReason Partners LLC, Jeremy Shaw Stability: Experimental Category: Clckwrks-Build-type: Custom+Build-type: Simple Cabal-version: >=1.16 tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 Data-Files:@@ -91,7 +91,7 @@ Build-depends: acid-state >= 0.12 && < 0.15,- aeson (>= 0.4 && < 0.10) || (== 0.11.*),+ aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.1), aeson-qq >= 0.7 && < 0.9, attoparsec >= 0.10 && < 0.14, base < 5,