aboutsummaryrefslogtreecommitdiff
path: root/sharedCost.cabal
diff options
context:
space:
mode:
authorJoris2016-03-20 22:38:44 +0100
committerJoris2016-03-21 20:43:55 +0100
commit1c7d6ea6e3bcd3c672cb5eb3cf22ffc88cabb257 (patch)
tree4ff8aeb6aa0f159548f8f506374276c1a2c97f7d /sharedCost.cabal
parent47104f0b3965cd1dfba0f466afdb5e8983dc7bec (diff)
downloadbudget-1c7d6ea6e3bcd3c672cb5eb3cf22ffc88cabb257.tar.gz
budget-1c7d6ea6e3bcd3c672cb5eb3cf22ffc88cabb257.tar.bz2
budget-1c7d6ea6e3bcd3c672cb5eb3cf22ffc88cabb257.zip
use config-manager instead of ConfigFile
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r--sharedCost.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal
index 396cb13..779a81b 100644
--- a/sharedCost.cabal
+++ b/sharedCost.cabal
@@ -12,7 +12,8 @@ executable sharedCost
main-is: Main.hs
hs-source-dirs: src/server
default-language: Haskell2010
- build-depends: base >=4.8 && <4.9
+ ghc-options: -Wall -Werror
+ build-depends: base < 5
, scotty
, wai
, wai-middleware-static
@@ -35,10 +36,10 @@ executable sharedCost
, clientsession
, uuid
, mime-mail
- , ConfigFile
, mtl
, lens
, parsec
, unordered-containers
, containers
, email-validate
+ , config-manager