summaryrefslogtreecommitdiff
path: root/Model.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2013-10-24 15:34:15 -0400
committerClint Adams <clint@softwarefreedom.org>2013-10-24 17:39:13 -0400
commit515338784b8fc2fb5435ee4e061c092ff754d6cf (patch)
treeceb2c2660cacaa3b90a80836a9f1e0dd8941ffa2 /Model.hs
parent1725e252b7bd6bec9faecb0249961343bb27afb0 (diff)
Use newer persistent and newer Yesod
Diffstat (limited to 'Model.hs')
-rw-r--r--Model.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Model.hs b/Model.hs
index a69f7ff..d82d9c1 100644
--- a/Model.hs
+++ b/Model.hs
@@ -8,6 +8,7 @@ import Data.Text (Text)
import Database.Persist.Quasi
import Data.Time.Calendar (Day)
import Data.Time.Clock (UTCTime)
+import Data.Typeable (Typeable)
share [mkPersist sqlOnlySettings, mkMigrate "migrateAll"]
$(persistFileWith lowerCaseSettings "config/models")