diff options
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r-- | sharedCost.cabal | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal index 31aed97..81a6f7c 100644 --- a/sharedCost.cabal +++ b/sharedCost.cabal @@ -35,7 +35,6 @@ executable sharedCost , aeson , clientsession , uuid - , mime-mail , mtl , lens , parsec @@ -43,6 +42,14 @@ executable sharedCost , containers , email-validate , config-manager + , process + + , random + , process + , filepath + , base64-bytestring + -- , mime-mail + other-modules: Conf , Controller.Category , Controller.Income @@ -76,6 +83,7 @@ executable sharedCost , Job.WeeklyReport , Json , LoginSession + , MimeMail , Model.Category , Model.Database , Model.Frequency |