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

Mis-exported data constructor of NameConfig type #61

Closed khibino closed 6 years ago

khibino commented 6 years ago

data constructor of NameConfig type is mis-exported.

https://hackage.haskell.org/package/relational-query-0.11.0.0/docs/Database-Relational-Config.html#t:NameConfig

Want to hide this data constructor in next incompatible API release ( eg. 0.12.0 ).

khibino commented 6 years ago

Fixed in https://github.com/khibino/haskell-relational-record/commit/9efcefcc2de20176a84b6b2c60df06da614e0c36 and released in http://hackage.haskell.org/package/relational-query-0.12.0.0