diff options
| -rw-r--r-- | propellor.cabal | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/propellor.cabal b/propellor.cabal index 90871255..ee3a4f70 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -39,10 +39,7 @@ Executable propellor Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers, - exceptions (>= 0.6), stm, text - - if (! os(windows)) - Build-Depends: unix + exceptions (>= 0.6), stm, text, unix Executable propellor-config Main-Is: config.hs @@ -51,10 +48,7 @@ Executable propellor-config Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers, - exceptions, stm, text - - if (! os(windows)) - Build-Depends: unix + exceptions (>= 0.6), stm, text, unix Library GHC-Options: -Wall -fno-warn-tabs @@ -62,10 +56,7 @@ Library Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers (>= 0.5), network, async, time, QuickCheck, mtl, transformers, - exceptions, stm, text - - if (! os(windows)) - Build-Depends: unix + exceptions (>= 0.6), stm, text, unix Exposed-Modules: Propellor |
