diff --git a/graph-core.cabal b/graph-core.cabal
--- a/graph-core.cabal
+++ b/graph-core.cabal
@@ -1,5 +1,5 @@
 name:                graph-core
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Fast, memory efficient and persistent graph implementation
 description:         A small package providing a powerful and easy to use Haskell graph implementation.
 homepage:            https://github.com/factisresearch/graph-core
@@ -15,7 +15,7 @@
 library
   exposed-modules:     Data.Graph, Data.Graph.NodeManager, Data.Graph.Persistence
   other-modules:       Data.Graph.PureCore
-  build-depends:       base >=4.6 && <4.7,
+  build-depends:       base >=4.6 && <4.8,
                        hashable >=1.2 && <1.3,
                        unordered-containers >=0.2 && <0.3,
                        containers >=0.5 && <0.6,
@@ -33,7 +33,7 @@
   hs-source-dirs:      src
   main-is:             Tests.hs
   other-modules:       Test.NodeManager, Test.Core, Test.Persistence
-  build-depends:       base >=4.6 && <4.7,
+  build-depends:       base >=4.6 && <4.8,
                        hashable >=1.2 && <1.3,
                        unordered-containers >=0.2 && <0.3,
                        containers >=0.5 && <0.6,
