summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-11-17 15:51:12 -0400
committerJoey Hess2015-11-17 15:51:12 -0400
commit9ad0f07358df3d87a5d05e9f44131da79cfe266e (patch)
treefbfdb5b4c5cd835184b04cddc0c728067dfbe6ed /debian
parentd1054f0dce335cabe7f89c02d2e764dabe2b5024 (diff)
Removed the (unused) dependency on quickcheck.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 320aff96..a117e1d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ propellor (2.13.1) UNRELEASED; urgency=medium
set the git repository url normally implicitly set when using --spin.
* Added Chroot.noServices property.
* DiskImage creation automatically uses Chroot.noServices.
+ * Removed the (unused) dependency on quickcheck.
-- Joey Hess <id@joeyh.name> Wed, 11 Nov 2015 13:37:00 -0400
diff --git a/debian/control b/debian/control
index 1a7909a3..757462d1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends:
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
libghc-network-dev,
- libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-transformers-dev,
libghc-exceptions-dev (>= 0.6),
@@ -37,7 +36,6 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-ansi-terminal-dev,
libghc-ifelse-dev,
libghc-network-dev,
- libghc-quickcheck2-dev,
libghc-mtl-dev,
libghc-transformers-dev,
libghc-exceptions-dev (>= 0.6),