diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +0,0 @@
-# Revision history for data-inttrie
-
-## 0.1.2  -- YYYY-mm-dd
-
-* First version. Released on an unsuspecting world.
diff --git a/data-inttrie.cabal b/data-inttrie.cabal
--- a/data-inttrie.cabal
+++ b/data-inttrie.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                data-inttrie
-version:             0.1.3
+version:             0.1.4
 synopsis:            A simple lazy, infinite trie from integers
 -- description:         
 homepage:            https://github.com/luqui/data-inttrie
@@ -20,6 +20,6 @@
   exposed-modules:     Data.IntTrie
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.10 && <4.11
+  build-depends:       base >=4.10 && <5.0
   -- hs-source-dirs:      
   default-language:    Haskell2010
