diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-17 15:31:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-17 15:31:06 -0400 |
| commit | d1054f0dce335cabe7f89c02d2e764dabe2b5024 (patch) | |
| tree | a49373d7534316c09123ab8ccdf5c371506b9f3e | |
| parent | b75db5ae653b7b87859e582528df9b03aa5366f1 (diff) | |
clean up deps
I doubt anyone is going to use propellor on windows..
| -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 |
