[pkg-haskell-tools] 01/02: Bump B-Ds as part of GHC 8 transition
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Sun Oct 30 17:16:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository pkg-haskell-tools.
commit 80f680e17345c0adcef3d71440dd331b2231c508
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Sat Oct 29 00:15:59 2016 +0300
Bump B-Ds as part of GHC 8 transition
---
debian/changelog | 3 ++-
debian/control | 5 +----
dht.cabal | 4 ++--
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1ec070f..13c5847 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,8 +23,9 @@ pkg-haskell-tools (0.10.4) unstable; urgency=medium
GHC cannot produce debugging symbols, so the dbgsym package ends
up being empty.
* Register the documentation in doc-base
+ * Bump B-Ds as part of GHC 8 transition
- -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Sat, 23 Jul 2016 17:09:36 +0300
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Sat, 29 Oct 2016 00:14:01 +0300
pkg-haskell-tools (0.10.3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 0b698a9..3fe3c5a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,11 @@ Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
pandoc,
- haskell-devscripts (>= 0.9),
+ haskell-devscripts (>= 0.13),
cdbs,
ghc,
ghc-prof,
libghc-debian-dev (>= 3.89),
- libghc-debian-dev (<< 3.90),
libghc-extra-dev (>= 1.1),
libghc-optparse-applicative-dev (>= 0.12),
libghc-optparse-applicative-dev (<< 0.13),
@@ -20,8 +19,6 @@ Build-Depends: debhelper (>= 9),
libghc-split-dev (>= 0.2),
libghc-split-dev (<< 0.3),
libghc-text-dev,
- libghc-missingh-dev (>= 1.3.0.1),
- libghc-missingh-dev (<< 1.4),
libghc-concurrent-output-dev (>= 1.7),
libghc-concurrent-output-dev (<< 1.8),
libfile-slurp-perl
diff --git a/dht.cabal b/dht.cabal
index 514ce76..976061a 100644
--- a/dht.cabal
+++ b/dht.cabal
@@ -18,7 +18,7 @@ executable make-all
Utils
Development.Shake.Fancy
build-depends:
- base >=4.6 && <4.9,
+ base >= 4.6,
containers,
directory,
transformers,
@@ -29,7 +29,7 @@ executable make-all
text,
shake == 0.15.*,
extra >= 1.1,
- debian == 3.89.*,
+ debian >= 3.89,
optparse-applicative == 0.12.*,
split == 0.2.*,
concurrent-output == 1.7.*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git
More information about the Pkg-haskell-commits
mailing list