diff --git a/Clckwrks/Monad.hs b/Clckwrks/Monad.hs
--- a/Clckwrks/Monad.hs
+++ b/Clckwrks/Monad.hs
@@ -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 =
diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -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
