diff --git a/descrilo.cabal b/descrilo.cabal
--- a/descrilo.cabal
+++ b/descrilo.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                descrilo
-version:             0.1.0.5
+version:             0.1.0.6
 synopsis:            Loads a list of items with fields
 description:         Loads a INI-like file as a list of 'Description's, allowing repeated elements.
 license:             GPL-3
@@ -14,13 +14,13 @@
 build-type:          Simple
 extra-doc-files:     descrilo.5
 -- extra-source-files:
-cabal-version:       >=1.18
+cabal-version:       1.18
 
 library
   exposed-modules:     Data.DescriLo
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.8 && <4.11
+  build-depends:       base >=4.8 && <4.12
   -- hs-source-dirs:
   default-language:    Haskell2010
 
