relational-query 0.9.4.0 → 0.9.4.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~sql-wordsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: sql-words
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.4.1++- fix version constraint.+ ## 0.9.4.0 - add NULLS FIRST and NULLS LAST to ORDER BY clause.
relational-query.cabal view
@@ -1,5 +1,5 @@ name: relational-query-version: 0.9.4.0+version: 0.9.4.1 synopsis: Typeful, Modular, Relational, algebraic query engine description: This package contiains typeful relation structure and relational-algebraic query building DSL which can@@ -91,7 +91,7 @@ , dlist , template-haskell , th-reify-compat- , sql-words >=0.1.4+ , sql-words >=0.1.5 , names-th , persistable-record >= 0.5.1 if impl(ghc == 7.4.*)