khibino / haskell-relational-record

This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type.
233 stars 36 forks source link

sql-words requires base >= 4.5 since it uses Data.Monoid.<> #30

Closed bergmark closed 8 years ago

bergmark commented 9 years ago

Revised on hackage so there is no need for a new release.

Updated build matrix: http://matrix.hackage.haskell.org/package/sql-words

khibino commented 8 years ago

Thanks!