mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-06 04:16:21 +03:00
relational-query: compat with GHC 7.
This commit is contained in:
parent
03cf8852a2
commit
22c3336ffc
@ -14,6 +14,7 @@ module Database.Relational.Internal.Literal (
|
||||
bool, integral, timestamp,
|
||||
) where
|
||||
|
||||
import Data.Monoid ((<>))
|
||||
import Data.Time (FormatTime, formatTime)
|
||||
import Data.Time.Locale.Compat (defaultTimeLocale)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user