summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-13 10:55:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-13 10:57:16 -0700
commitfb07bdb2ce2b21648449a0d99c116e2531afe730 (patch)
treeb1d152f217a17276735e83f3c8354facc3687384
parent9ab770c7adb7f6cb6f30f52f39f5081e998fcf1e (diff)
downloadstylish-haskell-fb07bdb2ce2b21648449a0d99c116e2531afe730.tar.gz
add file-embed build-dep
-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),