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
fe36ec3d8f
commit
e174ae71fc
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLite3Syscat.IndexInfo where
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLite3Syscat.IndexList where
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
module Database.Relational.Schema.SQLite3Syscat.TableInfo where
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user