diff --git a/aeson-yak.cabal b/aeson-yak.cabal
--- a/aeson-yak.cabal
+++ b/aeson-yak.cabal
@@ -1,8 +1,5 @@
--- Initial aeson-yak.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                aeson-yak
-version:             0.1.1
+version:             0.1.1.1
 synopsis:            Handle JSON that may or may not be a list, or exist
 description:
   According to the standard promoted by Schema.org, the same JSON object
@@ -28,9 +25,7 @@
 
 library
   exposed-modules:     Data.Aeson.Yak
-  -- other-modules:       
-  -- other-extensions:    
-  build-depends:       base >= 4.8 && < 4.9
-                     , aeson >= 0.4 && < 0.11
+  build-depends:       base >= 4.8 && < 5
+                     , aeson >= 0.4 && < 0.12
   hs-source-dirs:      src
   default-language:    Haskell2010
