From 1c7d6ea6e3bcd3c672cb5eb3cf22ffc88cabb257 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 20 Mar 2016 22:38:44 +0100 Subject: use config-manager instead of ConfigFile --- sharedCost.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sharedCost.cabal') 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 -- cgit v1.2.3