diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks
-Version:             0.21.0
+Version:             0.21.1
 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
@@ -62,6 +62,9 @@
                    Clckwrks.Unauthorized
                    Clckwrks.URL
                    Paths_clckwrks
+  Extra-Libraries:   ssl
+  if !os(darwin)
+      Extra-Libraries: cryptopp
 
   Build-depends:
      acid-state                   >= 0.12 && < 0.13,
@@ -84,7 +87,7 @@
      mtl                          >= 2.0 && < 2.3,
      network                      >= 2.3 && < 2.5,
      old-locale                   ==  1.0.*,
-     process                      >= 1.0 && < 1.2,
+     process                      >= 1.0 && < 1.3,
 --     plugins-auto == 0.0.1.1,
      random                       == 1.0.*,
      reform                       == 0.2.*,
@@ -93,7 +96,7 @@
      safecopy                     >= 0.6,
      stm                          >= 2.2 && <2.5,
      tagsoup                      >= 0.12 && < 0.14,
-     text                         == 0.11.*,
+     text                         >= 0.11 && < 1.1,
      time                         >= 1.2 && <1.5,
      uuid                         >= 1.2 && < 1.4,
      unordered-containers         >= 0.1 && < 0.3,
