clckwrks 0.24.0.3 → 0.24.0.4
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~aesondep ~happstack-serverdep ~process
Dependency ranges changed: aeson, happstack-server, process, reform, time
Files
- clckwrks.cabal +6/−6
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-Version: 0.24.0.3+Version: 0.24.0.4 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@@ -91,7 +91,7 @@ Build-depends: acid-state >= 0.12 && < 0.15,- aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.2),+ aeson (>= 0.4 && < 0.10) || (>= 0.11 && < 1.3), aeson-qq >= 0.7 && < 0.9, attoparsec >= 0.10 && < 0.14, base < 5,@@ -104,7 +104,7 @@ happstack-authenticate >= 2.3 && < 2.4, happstack-hsp == 7.3.*, happstack-jmacro >= 7.0 && < 7.1,- happstack-server >= 7.0 && < 7.5,+ happstack-server >= 7.0 && < 7.6, happstack-server-tls >= 7.1 && < 7.2, hsp >= 0.9 && < 0.11, hsx-jmacro == 7.3.*,@@ -114,16 +114,16 @@ lens >= 4.3 && < 4.16, mtl >= 2.0 && < 2.3, old-locale == 1.0.*,- process >= 1.0 && < 1.5,+ process >= 1.0 && < 1.7, -- plugins-auto == 0.0.1.1, random >= 1.0 && < 1.2,- reform == 0.2.*,+ reform >= 0.2 && < 0.4, reform-happstack == 0.2.*, reform-hsp >= 0.2 && < 0.3, safecopy >= 0.6, stm >= 2.2 && <2.5, text >= 0.11 && < 1.3,- time >= 1.2 && < 1.7,+ time >= 1.2 && < 1.8, time-locale-compat >= 0.1 && < 0.2, uuid-orphans >= 1.2 && < 1.5, uuid-types >= 1.0 && < 1.1,