[DHG_packages] 01/01: GHC: Tighten build-depends on llvm-3.5 and ghc, to pull in backported version
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Thu Jan 28 11:58:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository DHG_packages.
commit b13c210453c2d7610e4f5b2564738b3bf4d134a5
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Thu Jan 28 12:58:35 2016 +0100
GHC: Tighten build-depends on llvm-3.5 and ghc, to pull in backported version
---
p/ghc/debian/changelog | 9 +++++++++
p/ghc/debian/control | 6 +++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index 38063d0..37e9ebf 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -1,3 +1,12 @@
+ghc (7.10.3-7) UNRELEASED; urgency=medium
+
+ [ Joachim Breitner ]
+ * Tighten build-depends on llvm-3.5, to pull in backported version
+ * Tighten build-depends on ghc; this does not build against 7.6 any more, so
+ lets use the 7.8 already in backports.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 28 Jan 2016 12:58:01 +0100
+
ghc (7.10.3-6) unstable; urgency=medium
* Let GHC break cabal-install (<< 1.22), due to
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index d5dc34f..a7546b6 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -11,9 +11,9 @@ Build-Depends:
autotools-dev,
grep-dctrl,
pkg-config,
- ghc,
+ ghc (>= 7.8),
libgmp-dev,
- llvm-3.5 [arm64 armel armhf],
+ llvm-3.5 (>= 1:3.5.1~) [arm64 armel armhf],
libffi-dev,
binutils [arm64 armel armhf],
libncurses5-dev,
@@ -33,7 +33,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Package: ghc
Architecture: any
Depends:
- llvm-3.5 [arm64 armel armhf],
+ llvm-3.5 (>= 1:3.5.1~) [arm64 armel armhf],
gcc,
libgmp-dev,
libffi-dev,
--
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