From 0b191f5c48edffc9da3e38c284e9640fd82e7cb1 Mon Sep 17 00:00:00 2001
From: Joris
Date: Mon, 5 Jun 2017 18:02:13 +0200
Subject: Replace persistent by sqlite-simple

---
 sharedCost.cabal | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'sharedCost.cabal')

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
-- 
cgit v1.2.3