diff --git a/boomange.cabal b/boomange.cabal
--- a/boomange.cabal
+++ b/boomange.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                boomange
-version:             0.1.3.5
+version:             0.1.3.6
 synopsis:            A bookmarks manager with an HTML generator
 description:         In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks.
 license:             GPL-3
@@ -14,13 +14,13 @@
 build-type:          Simple
 data-files:          html/footer.html, html/header.html, style.css
 extra-doc-files:     README, boomange.1
-cabal-version:       >=1.18
+cabal-version:       1.18
 
 executable boomange
   main-is:             Main.hs
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.8 && <4.11, directory >=1.2 && <1.4, filepath >=1.4 && <1.5, descrilo >=0.1 && <0.2, containers >=0.5 && <0.6, simtreelo >=0.1 && <0.2
+  build-depends:       base >=4.8 && <4.12, directory >=1.2 && <1.4, filepath >=1.4 && <1.5, descrilo >=0.1 && <0.2, containers >=0.5 && <0.6, simtreelo >=0.1 && <0.2
   -- hs-source-dirs:
   other-modules:       Data.Entities, Data.Loader, Data.Builder, Paths_boomange
   default-extensions:  DoAndIfThenElse
