diff --git a/haven.cabal b/haven.cabal
--- a/haven.cabal
+++ b/haven.cabal
@@ -2,7 +2,7 @@
 synopsis:            Recursively retrieve maven dependencies
 description:         A haskell project that retrieves maven package dependencies recursively given a starting set of packages. The primary output format is a list of nix sets describing the maven packages.
 category:            Java
-version:             0.2.0.1
+version:             0.2.0.2
 license:             BSD3
 license-file:        LICENSE
 author:              Ali Abrar, Will Fancher
@@ -13,7 +13,7 @@
 
 executable haven
   main-is:             Main.hs
-  build-depends: base >=4.9 && <4.12
+  build-depends: base >=4.9 && <4.13
                , bytestring
                , containers
                , http-conduit
