clckwrks 0.24.0.4 → 0.24.0.6
raw patch · 2 files changed
+5/−4 lines, 2 filesdep ~lensdep ~time
Dependency ranges changed: lens, time
Files
- Clckwrks/Markup/Markdown.hs +1/−0
- clckwrks.cabal +4/−4
Clckwrks/Markup/Markdown.hs view
@@ -40,4 +40,5 @@ return (Left e) ExitSuccess -> do m <- readMVar mvOut+ e <- readMVar mvErr return (Right ((if (trust == Untrusted) then sanitizeBalance else id) m))
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name: clckwrks-Version: 0.24.0.4+Version: 0.24.0.6 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@@ -21,7 +21,7 @@ Category: Clckwrks Build-type: Custom Cabal-version: >=1.16-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2 Data-Files: static/admin.css @@ -111,7 +111,7 @@ hsx2hs >= 0.13 && < 0.15, ixset == 1.0.*, jmacro == 0.6.*,- lens >= 4.3 && < 4.16,+ lens >= 4.3 && < 4.17, mtl >= 2.0 && < 2.3, old-locale == 1.0.*, process >= 1.0 && < 1.7,@@ -123,7 +123,7 @@ safecopy >= 0.6, stm >= 2.2 && <2.5, text >= 0.11 && < 1.3,- time >= 1.2 && < 1.8,+ time >= 1.2 && < 1.10, time-locale-compat >= 0.1 && < 0.2, uuid-orphans >= 1.2 && < 1.5, uuid-types >= 1.0 && < 1.1,