summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-01-17 11:20:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-01-17 11:20:02 -0700
commit04cf9dfe4990234a54f2f6b2c35ee9a7ee42b285 (patch)
treec11a846e69f1c7005f1bcedc983e2b8a027633fa
parent3130faccf7c9a9a7697e246884e2b60fd4b1f9de (diff)
downloadstylish-haskell-04cf9dfe4990234a54f2f6b2c35ee9a7ee42b285.tar.gz
update build-deps
-rw-r--r--debian/changelog8
-rw-r--r--debian/control12
2 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 02cc129..e22b8e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+stylish-haskell (0.12.2.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Update build-dep src-exts -> ghc-lib-parser.
+ * Update other build-dep bounds.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 17 Jan 2021 11:19:09 -0700
+
stylish-haskell (0.11.0.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 8234e63..c740568 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,17 @@ Section: haskell
Build-Depends: debhelper (>= 10),
ghc,
libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 1.6),
libghc-aeson-prof (>= 0.6),
libghc-aeson-prof (<< 1.5),
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.24),
- libghc-src-exts-prof (>= 1.18),
- libghc-src-exts-prof (<< 1.24),
+ libghc-ghc-lib-parser-dev (>= 8.10),
+ libghc-ghc-lib-parser-dev (<< 8.12),
+ libghc-ghc-lib-parser-prof (>= 8.10),
+ libghc-ghc-lib-parser-prof (<< 8.12),
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
libghc-mtl-prof (>= 2.0),
@@ -39,7 +39,7 @@ Build-Depends: debhelper (>= 10),
libghc-optparse-applicative-dev (>= 0.12),
libghc-optparse-applicative-dev (<< 0.16),
libghc-strict-dev (>= 0.3),
- libghc-strict-dev (<< 0.4),
+ libghc-strict-dev (<< 0.5),
libghc-hunit-dev (>= 1.2),
libghc-hunit-dev (<< 1.7),
libghc-test-framework-dev (>= 0.4),