diff --git a/hypher.cabal b/hypher.cabal
--- a/hypher.cabal
+++ b/hypher.cabal
@@ -1,5 +1,5 @@
 name:                hypher
-version:             0.1.0
+version:             0.1.1
 synopsis:            A Haskell neo4j client
 description:         
     Library to interact with Neo4j databases. 
@@ -13,7 +13,9 @@
        -Batch calls for CRUD operations.
     .
     .
-    All code has been tested with Neo4j versions 2.0.3 and 2.1.5
+    All code has been tested with Neo4j versions 2.0.3 and 2.1.5. 
+    This is a fork of: http://hackage.haskell.org/package/haskell-neo4j-client. Attempting to bring it up to date.
+    
 homepage:            https://github.com/zoetic-community/hyper.git
 license:             MIT
 license-file:        LICENSE
