Update along with default ProductConstructor instances definition.

This commit is contained in:
Kei Hibino 2013-12-28 20:11:01 +09:00
parent 17315cc56c
commit 14d909620c
4 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE FlexibleInstances #-}
module Database.Relational.Schema.SQLServerSyscat.Columns where

View File

@ -1,4 +1,5 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE FlexibleInstances #-}
module Database.Relational.Schema.SQLServerSyscat.IndexColumns where

View File

@ -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])

View File

@ -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])