diff --git a/clckwrks.cabal b/clckwrks.cabal
--- a/clckwrks.cabal
+++ b/clckwrks.cabal
@@ -1,5 +1,5 @@
 Name:                clckwrks
-Version:             0.23.12
+Version:             0.23.13
 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
@@ -20,7 +20,8 @@
 Stability:           Experimental
 Category:            Clckwrks
 Build-type:          Custom
-Cabal-version:       >=1.6
+Cabal-version:       >=1.16
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
 Data-Files:
     static/admin.css
 
@@ -34,6 +35,7 @@
 
 Library
   Build-tools:     hsx2hs
+  default-language: Haskell2010
   Exposed-modules: Clckwrks
                    Clckwrks.Acid
                    Clckwrks.Admin.Template
@@ -89,7 +91,7 @@
 
   Build-depends:
      acid-state                   >= 0.12 && < 0.15,
-     aeson                        >= 0.5  && < 0.10,
+     aeson                        >= 0.5  && < 0.11,
      aeson-qq                     >= 0.7  && < 0.9,
      attoparsec                   >= 0.10 && < 0.14,
      base                                    < 5,
