diff --git a/postgresql-typed.cabal b/postgresql-typed.cabal
--- a/postgresql-typed.cabal
+++ b/postgresql-typed.cabal
@@ -1,5 +1,5 @@
 Name:          postgresql-typed
-Version:       0.6.2.6
+Version:       0.6.2.7
 Cabal-Version: >= 1.10
 License:       BSD3
 License-File:  COPYING
@@ -64,7 +64,7 @@
 
 Flag ram
   Description: Use ram rather than memory (only if crypton).
-  Default: False
+  Default: True
 
 Library
   default-language:    Haskell2010
@@ -121,7 +121,7 @@
     if flag(scientific)
       Build-Depends: scientific >= 0.3
   if flag(aeson)
-    Build-Depends: aeson >= 0.7 && < 2.3
+    Build-Depends: aeson >= 0.7 && < 2.4
   if flag(HDBC)
     Build-Depends: HDBC >= 2.2
     Exposed-Modules:
