summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,