diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-22 15:28:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-22 15:28:09 -0400 |
commit | cee6bc04be95a1338ff4cbd3090f690e693619c5 (patch) | |
tree | da607073264253edc32941bb1136d8a8f980e1f3 /standalone | |
parent | e55a04c46a1dcc94de4d0c9ebf8b89ef865fa1b3 (diff) |
update headers to work with spliced TH from persistent
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/no-th/evilsplicer-headers.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/no-th/evilsplicer-headers.hs b/standalone/no-th/evilsplicer-headers.hs index 2e23df0ce..1ba0f3dc3 100644 --- a/standalone/no-th/evilsplicer-headers.hs +++ b/standalone/no-th/evilsplicer-headers.hs @@ -33,6 +33,8 @@ import qualified Yesod.Core.Types import qualified GHC.IO import qualified Data.ByteString.Unsafe import qualified Data.ByteString.Char8 +import qualified Database.Persist.Class as Database.Persist.Class.PersistField +import qualified Database.Persist.Sql as Database.Persist.Sql.Class {- End EvilSplicer headers. -} |