relational-query: add extention for template-haskell of GHC 7.4.

This commit is contained in:
Kei Hibino 2017-03-30 16:20:20 +09:00
parent 238491d9b5
commit d526641aa5

View File

@ -1,5 +1,6 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE ConstraintKinds #-}
-- |
-- Module : Database.Relational.Query.BaseTH