diff --git a/haskell-neo4j-client.cabal b/haskell-neo4j-client.cabal
--- a/haskell-neo4j-client.cabal
+++ b/haskell-neo4j-client.cabal
@@ -1,5 +1,5 @@
 name:                haskell-neo4j-client
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            A Haskell neo4j client
 description:         
     Library to interact with Neo4j databases. For now, its API covers basic operations for nodes, relationships, labels
@@ -18,11 +18,16 @@
 build-type:          Simple
 cabal-version:       >=1.8
 
+source-repository this
+    type: git
+    location: https://github.com/asilvestre/haskell-neo4j-rest-client.git
+    tag: master
+
 Test-Suite test-haskell-neo4j-rest-client
      Type:           exitcode-stdio-1.0
      Hs-Source-Dirs: src, tests
      Main-is:        IntegrationTests.hs
-     Build-Depends:  base ==4.6.*,
+     Build-Depends:  base >=4.6 && <4.8,
                      bytestring ==0.10.*,
                      test-framework ==0.8.*,
                      test-framework-quickcheck2 ==0.3.*,
@@ -53,7 +58,7 @@
                        Database.Neo4j.Property, Database.Neo4j.Label, Database.Neo4j.Index, Database.Neo4j.Batch.Node,
                        Database.Neo4j.Batch.Relationship, Database.Neo4j.Batch.Property, Database.Neo4j.Types,
                        Database.Neo4j.Batch.Label, Database.Neo4j.Batch.Types
-  build-depends:       base ==4.6.*,
+  build-depends:       base >=4.6 && <4.8,
                        containers ==0.5.*,
                        text ==1.1.*,
                        http-conduit ==2.1.*,
