packages feed

relational-query 0.8.7.0 → 0.8.7.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~names-thdep ~sql-wordsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: names-th, sql-words

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ <!-- -*- Markdown -*- --> +## 0.8.7.1++- fix version constraint.+ ## 0.8.7.0  - add NULLS FIRST and NULLS LAST to ORDER BY clause.
relational-query.cabal view
@@ -1,5 +1,5 @@ name:                relational-query-version:             0.8.7.0+version:             0.8.7.1 synopsis:            Typeful, Modular, Relational, algebraic query engine description:         This package contiains typeful relation structure and                      relational-algebraic query building DSL which can@@ -88,7 +88,7 @@                        , dlist                        , template-haskell                        , th-reify-compat-                       , sql-words >=0.1.4+                       , sql-words >=0.1.5                        , names-th                        , persistable-record >=0.4.2 && <0.5