packages feed

hypher 0.1.1 → 0.1.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~monad-controlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: monad-control

API changes (from Hackage documentation)

Files

hypher.cabal view
@@ -1,5 +1,5 @@ name:                hypher-version:             0.1.1+version:             0.1.2 synopsis:            A Haskell neo4j client description:              Library to interact with Neo4j databases. @@ -58,7 +58,7 @@                      HTTP ==4000.2.*,                      lifted-base ==0.2.*,                      hashable ==1.2.*,-                     monad-control ==0.3.*,+                     monad-control >1.0,                      mtl ==2.2.*  library@@ -86,5 +86,5 @@                        lifted-base ==0.2.*,                        hashable ==1.2.*,                        transformers-base ==0.4.*,-                       monad-control ==0.3.*,+                       monad-control >1.0,                        mtl ==2.2.*