summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-11-17 15:51:12 -0400
committerJoey Hess2015-11-17 15:51:12 -0400
commit9ad0f07358df3d87a5d05e9f44131da79cfe266e (patch)
treefbfdb5b4c5cd835184b04cddc0c728067dfbe6ed /propellor.cabal
parentd1054f0dce335cabe7f89c02d2e764dabe2b5024 (diff)
Removed the (unused) dependency on quickcheck.
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal7
1 files changed, 3 insertions, 4 deletions
diff --git a/propellor.cabal b/propellor.cabal
index ee3a4f70..0a27acb2 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,7 +38,7 @@ Executable propellor
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,
+ containers (>= 0.5), network, async, time, mtl, transformers,
exceptions (>= 0.6), stm, text, unix
Executable propellor-config
@@ -47,7 +47,7 @@ Executable propellor-config
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,
+ containers (>= 0.5), network, async, time, mtl, transformers,
exceptions (>= 0.6), stm, text, unix
Library
@@ -55,7 +55,7 @@ Library
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,
+ containers (>= 0.5), network, async, time, mtl, transformers,
exceptions (>= 0.6), stm, text, unix
Exposed-Modules:
@@ -175,7 +175,6 @@ Library
Utility.ThreadScheduler
Utility.Tmp
Utility.UserInfo
- Utility.QuickCheck
System.Console.Concurrent
System.Console.Concurrent.Internal
System.Process.Concurrent