summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-11-21 13:21:51 -0400
committerJoey Hess2015-11-21 13:21:51 -0400
commitcdcabc4ba35d16c69c6e039d75521dd41aec96a3 (patch)
tree926dcf8d3727983b44d0ff50a49ec20bbd47e89f /propellor.cabal
parent1366fd272b70c15d8a28bd6fd44fde970cfa05e3 (diff)
parentdd5ffce2b68ac0b4e306682e8511f13974948e39 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal28
1 files changed, 9 insertions, 19 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 90871255..45ded769 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -35,37 +35,28 @@ Description:
Executable propellor
Main-Is: wrapper.hs
GHC-Options: -threaded -Wall -fno-warn-tabs
- Hs-Source-Dirs: src
+ Hs-Source-Dirs: src
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
+ containers (>= 0.5), network, async, time, mtl, transformers,
+ exceptions (>= 0.6), stm, text, unix
Executable propellor-config
Main-Is: config.hs
GHC-Options: -threaded -Wall -fno-warn-tabs
- Hs-Source-Dirs: src
+ Hs-Source-Dirs: src
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
+ containers (>= 0.5), network, async, time, mtl, transformers,
+ exceptions (>= 0.6), stm, text, unix
Library
GHC-Options: -Wall -fno-warn-tabs
- Hs-Source-Dirs: src
+ Hs-Source-Dirs: src
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
+ containers (>= 0.5), network, async, time, mtl, transformers,
+ exceptions (>= 0.6), stm, text, unix
Exposed-Modules:
Propellor
@@ -184,7 +175,6 @@ Library
Utility.ThreadScheduler
Utility.Tmp
Utility.UserInfo
- Utility.QuickCheck
System.Console.Concurrent
System.Console.Concurrent.Internal
System.Process.Concurrent