packages feed

clckwrks 0.18.2 → 0.18.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Clckwrks/Monad.hs view
@@ -590,7 +590,7 @@              do r <- query (HasRole uid role)                 if r                    then return url-                   else escape $ unauthorizedPage ("You do not have permission to view this page.")+                   else escape $ unauthorizedPage ("You do not have permission to view this page." :: TL.Text)  getUserRoles :: (Happstack m, MonadIO m) => ClckT u m (Set Role) getUserRoles =
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name:                clckwrks-Version:             0.18.2+Version:             0.18.3 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