mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-07 13:46:41 +03:00
fix mis-unexported record field. Thanks to Yuji Yamamoto.
This commit is contained in:
parent
36ed87851f
commit
fa4141d396
@ -53,8 +53,9 @@ module Database.Record.TH (
|
||||
|
||||
-- * Templates about record type name
|
||||
NameConfig, defaultNameConfig,
|
||||
recordTypeName, columnName,
|
||||
|
||||
recordTypeName, recordType,
|
||||
recordType,
|
||||
|
||||
columnOffsetsVarNameDefault,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user