From d1054f0dce335cabe7f89c02d2e764dabe2b5024 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 17 Nov 2015 15:31:06 -0400 Subject: clean up deps I doubt anyone is going to use propellor on windows.. --- propellor.cabal | 15 +++------------ 1 file 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 -- cgit v1.3-2-g0d8e