Update along with default ProductConstructor instances definition.

This commit is contained in:
Kei Hibino 2013-12-28 19:59:14 +09:00
parent fe36ec3d8f
commit e174ae71fc
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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