relational-query 0.9.5.0 → 0.9.5.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- relational-query.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ <!-- -*- Markdown -*- --> +## 0.9.5.1++- add an upper bound of version constraint.+ ## 0.9.5.0 - export QuerySuffix and unsafe-query functions from Database.Relational.Query namespace for libraries.
relational-query.cabal view
@@ -1,5 +1,5 @@ name: relational-query-version: 0.9.5.0+version: 0.9.5.1 synopsis: Typeful, Modular, Relational, algebraic query engine description: This package contiains typeful relation structure and relational-algebraic query building DSL which can@@ -93,7 +93,7 @@ , th-reify-compat , sql-words >=0.1.5 , names-th- , persistable-record >= 0.5.1+ , persistable-record >= 0.5.1 && < 0.6 if impl(ghc == 7.4.*) build-depends: ghc-prim == 0.2.*