summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:32:01 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:32:01 +0000
commit6dd45ad8f1a8503480429de9decffb540e997a24 (patch)
tree416dd268320d1542c72229f87468b21eaf388efd
parentc74e8eea128b06caff493f9f56ac6279bc57e6ce (diff)
downloadgit-repair-6dd45ad8f1a8503480429de9decffb540e997a24.tar.gz
add data-default build-dep
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4efb1ff..d805a86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ git-repair (1.20200102-1) UNRELEASED; urgency=medium
* New upstream release.
- Tighten build-dep on optparse-applicative
- - Add build-deps on split, filepath-bytestring, attoparsec
+ - Add build-deps on split, filepath-bytestring, attoparsec, data-default
- Drop build-dep on missingh.
* Drop patches merged upstream:
- fix-build-with-quickcheck-2.8.2.patch
diff --git a/debian/control b/debian/control
index 4a7bbd2..156d9f6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends:
git,
libghc-async-dev,
libghc-attoparsec-dev,
+ libghc-data-default-dev,
libghc-exceptions-dev (>= 0.6),
libghc-filepath-bytestring-dev (>= 1.4.2.1.0),
libghc-hslogger-dev,