packages feed

hasql 0.1.1 → 0.1.2

raw patch · 1 files changed

+4/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hasql.cabal view
@@ -1,14 +1,14 @@ name:   hasql version:-  0.1.1+  0.1.2 synopsis:   A minimalistic general high level API for relational databases description:   A robust and concise yet powerful API for communication with arbitrary   relational databases.    .-  __Features__:+  Features:   .   * Concise and crisp API. Just a few functions and two monads doing all the   boilerplate job for you.@@ -38,9 +38,9 @@   .   * Mapping to any types actually supported by the backend.   .-  __Links__:+  Links:   .-  * <../src/demo/Main.hs A basic tutorial-demo>+  * <src/demo/Main.hs A basic tutorial-demo>   .   * <http://hackage.haskell.org/package/hasql-postgres A PostgreSQL backend>   .