Closed khibino closed 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 ).
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
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 ).