summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-11-17 15:31:06 -0400
committerJoey Hess2015-11-17 15:31:06 -0400
commitd1054f0dce335cabe7f89c02d2e764dabe2b5024 (patch)
treea49373d7534316c09123ab8ccdf5c371506b9f3e
parentb75db5ae653b7b87859e582528df9b03aa5366f1 (diff)
clean up deps
I doubt anyone is going to use propellor on windows..
-rw-r--r--propellor.cabal15
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