aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-13 12:32:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-13 12:32:57 -0400
commiteef87d34e85e88d6047ad7b7688d8ff369dce7a5 (patch)
tree2873a6202dbb375159a8868575bbd4426806a75f /Database
parentb96676b34514d01ac385b469405164b6fd201124 (diff)
another fix for old ghc
Diffstat (limited to 'Database')
-rw-r--r--Database/Keys/SQL.hs2
1 files changed, 2 insertions, 0 deletions
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