diff options
author | Joris | 2017-06-05 18:02:13 +0200 |
---|---|---|
committer | Joris | 2017-06-05 18:02:13 +0200 |
commit | 0b191f5c48edffc9da3e38c284e9640fd82e7cb1 (patch) | |
tree | c729e53822e7c41c1a854d82d25636e58ee65c9f /sharedCost.cabal | |
parent | 5c110716cfda6e616a795edd12f2012b132dca9f (diff) |
Replace persistent by sqlite-simple
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r-- | sharedCost.cabal | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal index 81a6f7c..befd71b 100644 --- a/sharedCost.cabal +++ b/sharedCost.cabal @@ -24,9 +24,6 @@ executable sharedCost , blaze-builder , cookie , bytestring - , persistent - , persistent-sqlite - , persistent-template , monad-logger , resourcet , transformers @@ -43,6 +40,7 @@ executable sharedCost , email-validate , config-manager , process + , sqlite-simple , random , process @@ -85,7 +83,6 @@ executable sharedCost , LoginSession , MimeMail , Model.Category - , Model.Database , Model.Frequency , Model.Income , Model.Init @@ -112,6 +109,7 @@ executable sharedCost , Model.Message.Translations , Model.Payment , Model.PaymentCategory + , Model.Query , Model.SignIn , Model.UUID , Model.User |