summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f1476f..9d4ba56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
stylish-haskell (0.9.2.0-1) UNRELEASED; urgency=medium
* New upstream release (Closes: #898524).
+ - New build-deps on libghc-file-embed-{dev,prof}
* Update d/copyright:
- Bump years
- Add stanza for scripts/*
diff --git a/debian/control b/debian/control
index e4cbcc6..d21a446 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,10 @@ Build-Depends: debhelper (>= 10),
libghc-aeson-dev (<< 1.4),
libghc-aeson-prof (>= 0.6),
libghc-aeson-prof (<< 1.4),
+ libghc-file-embed-dev (>= 0.0.10),
+ libghc-file-embed-dev (<< 0.1),
+ libghc-file-embed-prof (>= 0.0.10),
+ libghc-file-embed-prof (<< 0.1),
libghc-src-exts-dev (>= 1.18),
libghc-src-exts-dev (<< 1.21),
libghc-src-exts-prof (>= 1.18),