diff --git a/aeson-schema.cabal b/aeson-schema.cabal
--- a/aeson-schema.cabal
+++ b/aeson-schema.cabal
@@ -1,5 +1,5 @@
 name:                aeson-schema
-version:             0.4.1.0
+version:             0.4.1.1
 synopsis:            Haskell JSON schema validator and parser generator
 description:         This library provides validation of JSON values against schemata. Given a schema, it can also produce data types corresponding to the schema and a parser.
 homepage:            https://github.com/Fuuzetsu/aeson-schema
@@ -35,7 +35,7 @@
                        Data.Aeson.TH.Lift
   extensions:          OverloadedStrings
   build-depends:       base > 4 && < 5,
-                       aeson >= 0.7.0.0 && < 0.12,
+                       aeson >= 0.11.0.0 && < 0.12,
                        vector >= 0.10 && < 0.12,
                        text >= 1.2 && < 1.3,
                        regex-pcre >= 0.94.4 && < 0.95,
