[DHG_packages] 01/01: cabal-install: Upgrading from 1.24.0.0 to 1.24.0.1
Clint Adams
clint at moszumanska.debian.org
Thu Nov 10 05:19:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit f35b579eba5f690f44b03e2278707ba964171dfe
Author: Clint Adams <clint at debian.org>
Date: Thu Nov 10 00:14:58 2016 -0500
cabal-install: Upgrading from 1.24.0.0 to 1.24.0.1
---
p/haskell-cabal-install/debian/changelog | 6 ++++++
p/haskell-cabal-install/debian/control | 10 ++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/p/haskell-cabal-install/debian/changelog b/p/haskell-cabal-install/debian/changelog
index 390fc0f..1fe507d 100644
--- a/p/haskell-cabal-install/debian/changelog
+++ b/p/haskell-cabal-install/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cabal-install (1.24.0.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 10 Nov 2016 00:14:58 -0500
+
haskell-cabal-install (1.24.0.0-2) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-cabal-install/debian/control b/p/haskell-cabal-install/debian/control
index 94200a1..fbebe5a 100644
--- a/p/haskell-cabal-install/debian/control
+++ b/p/haskell-cabal-install/debian/control
@@ -16,9 +16,11 @@ Build-Depends:
libghc-async-dev (>= 2.0),
libghc-base16-bytestring-dev (<< 0.2),
libghc-base16-bytestring-dev (>= 0.1.1),
+ libghc-cabal-dev (>= 1.24),
+ libghc-cabal-dev (<< 1.25),
libghc-cryptohash-dev,
+ libghc-hackage-security-dev (>= 0.5.2.2),
libghc-hackage-security-dev (<< 0.6),
- libghc-hackage-security-dev (>= 0.5.1),
libghc-hashable-dev (<< 2),
libghc-hashable-dev (>= 1.0),
libghc-http-dev (<< 1:4000.4),
@@ -33,8 +35,8 @@ Build-Depends:
libghc-random-dev (>= 1),
libghc-stm-dev (<< 3),
libghc-stm-dev (>= 2.0),
+ libghc-tar-dev (>= 0.5.0.3),
libghc-tar-dev (<< 0.6),
- libghc-tar-dev (>= 0.5.0.1),
libghc-zlib-dev (<< 0.7),
libghc-zlib-dev (>= 0.5.3),
Standards-Version: 3.9.8
@@ -45,12 +47,12 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: cabal-install
Architecture: any
Depends:
- ghc (>= 8),
+ ghc (>= 8) | libghc-cabal-dev (>= 1.24),
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
- ghc (>= 8),
+ ghc,
${haskell:Recommends},
Suggests:
${haskell:Suggests},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list