summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2015-11-17 15:51:12 -0400
committerJoey Hess2015-11-17 15:51:12 -0400
commit9ad0f07358df3d87a5d05e9f44131da79cfe266e (patch)
treefbfdb5b4c5cd835184b04cddc0c728067dfbe6ed /src/Propellor/Bootstrap.hs
parentd1054f0dce335cabe7f89c02d2e764dabe2b5024 (diff)
Removed the (unused) dependency on quickcheck.
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 21772b34..f2f5af55 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -77,7 +77,6 @@ depsCommand = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) ++ "
, "libghc-ansi-terminal-dev"
, "libghc-ifelse-dev"
, "libghc-network-dev"
- , "libghc-quickcheck2-dev"
, "libghc-mtl-dev"
, "libghc-transformers-dev"
, "libghc-exceptions-dev"