diff options
author | Clint Adams <clint@softwarefreedom.org> | 2013-10-24 15:34:15 -0400 |
---|---|---|
committer | Clint Adams <clint@softwarefreedom.org> | 2013-10-24 17:39:13 -0400 |
commit | 515338784b8fc2fb5435ee4e061c092ff754d6cf (patch) | |
tree | ceb2c2660cacaa3b90a80836a9f1e0dd8941ffa2 /config/models | |
parent | 1725e252b7bd6bec9faecb0249961343bb27afb0 (diff) |
Use newer persistent and newer Yesod
Diffstat (limited to 'config/models')
-rw-r--r-- | config/models | 2 |
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 |