mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
Update along with default ProductConstructor instances definition.
This commit is contained in:
parent
17315cc56c
commit
14d909620c
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLServerSyscat.Columns where
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLServerSyscat.IndexColumns where
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLServerSyscat.Indexes where
|
||||
|
||||
@ -51,4 +52,3 @@ $(defineTableTypesAndRecordDefault
|
||||
--("filter_definition", [t|Maybe ByteString|])
|
||||
]
|
||||
[derivingShow])
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLServerSyscat.Types where
|
||||
|
||||
@ -44,4 +45,3 @@ $(defineTableTypesAndRecordDefault
|
||||
--("is_table_type", [t|Bool|])
|
||||
]
|
||||
[derivingShow])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user