diff options
author | Joris | 2017-03-26 21:11:02 +0200 |
---|---|---|
committer | Joris | 2017-03-26 21:11:04 +0200 |
commit | 778040bf9f3f60ec50b1b437f93ab123854917f2 (patch) | |
tree | 145d1d8eaa7b63310130b9c3f2cbf7f39ec9f8d7 /sharedCost.cabal | |
parent | 1e47a7754ca38bd1a6c74765d8378caf68ce4619 (diff) |
Copy mime-mail locally
The path is wrong, it is configurable with --ghc-options but I can't get
it right for now with stack.
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 |