summaryrefslogtreecommitdiff
path: root/config
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 /config
parent1725e252b7bd6bec9faecb0249961343bb27afb0 (diff)
Use newer persistent and newer Yesod
Diffstat (limited to 'config')
-rw-r--r--config/models2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/models b/config/models
index 1bfa1c0..3240cfd 100644
--- a/config/models
+++ b/config/models
@@ -2,7 +2,7 @@ User
ident Text
isAdmin Bool default=False
UniqueUser ident
- deriving Show Eq
+ deriving Show Eq Typeable
Employment
user UserId
startDate Day