From eef87d34e85e88d6047ad7b7688d8ff369dce7a5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Jan 2016 12:32:57 -0400 Subject: another fix for old ghc --- Database/Keys/SQL.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Database/Keys/SQL.hs b/Database/Keys/SQL.hs index 456b48e46..0560ac6a0 100644 --- a/Database/Keys/SQL.hs +++ b/Database/Keys/SQL.hs @@ -22,6 +22,8 @@ import Database.Persist.TH import Database.Esqueleto hiding (Key) import Data.Time.Clock import Control.Monad +import Control.Applicative +import Prelude share [mkPersist sqlSettings, mkMigrate "migrateKeysDb"] [persistLowerCase| Associated -- cgit v1.2.3