clckwrks 0.22.1 → 0.22.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~attoparsecdep ~network
Dependency ranges changed: attoparsec, network
Files
- clckwrks.cabal +3/−3
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-Version: 0.22.1+Version: 0.22.2 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@@ -70,7 +70,7 @@ Build-depends: acid-state >= 0.12 && < 0.13, aeson >= 0.5 && < 0.8,- attoparsec >= 0.10 && < 0.12,+ attoparsec >= 0.10 && < 0.13, base < 5, blaze-html >= 0.5 && < 0.8, bytestring >= 0.9 && < 0.11,@@ -87,7 +87,7 @@ ixset == 1.0.*, jmacro == 0.6.*, mtl >= 2.0 && < 2.3,- network >= 2.3 && < 2.5,+ network >= 2.3 && < 2.6, old-locale == 1.0.*, process >= 1.0 && < 1.3, -- plugins-auto == 0.0.1.1,