diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-17 15:51:12 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-17 15:51:12 -0400 |
| commit | 9ad0f07358df3d87a5d05e9f44131da79cfe266e (patch) | |
| tree | fbfdb5b4c5cd835184b04cddc0c728067dfbe6ed /src/Propellor/Bootstrap.hs | |
| parent | d1054f0dce335cabe7f89c02d2e764dabe2b5024 (diff) | |
Removed the (unused) dependency on quickcheck.
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 1 |
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" |
