[DHG_packages] 01/01: ghc: Ah, there is llvm-3.7 in Debian. Must have been confused by the LLVM packaging... let’s use that.

Joachim Breitner nomeata at moszumanska.debian.org
Mon Jan 18 08:30:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to annotated tag ghc_v8.0.0.20160111-3
in repository DHG_packages.

commit 9e9c121111fd7a0353d7a1cb223d0a2fe2f6ef9e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Jan 18 09:29:38 2016 +0100

    ghc: Ah, there is llvm-3.7 in Debian. Must have been confused by the LLVM
    packaging... let’s use that.
---
 p/ghc/debian/changelog | 7 +++++++
 p/ghc/debian/control   | 6 +++---
 p/ghc/debian/rules     | 4 ++--
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index ac548f1..aad43c8 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -1,3 +1,10 @@
+ghc (8.0.0.20160111-3) experimental; urgency=medium
+
+  * Ah, there is llvm-3.7 in Debian. Must have been confused by the LLVM
+    packaging... let’s use that.
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 18 Jan 2016 09:29:29 +0100
+
 ghc (8.0.0.20160111-2) experimental; urgency=medium
 
   * Try to see if it builds without
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index ecbb212..c2cc3d3 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
   pkg-config,
   ghc,
   libgmp-dev,
-  llvm-3.8 [arm64 armel armhf],
+  llvm-3.7 [arm64 armel armhf],
   libffi-dev,
   binutils [arm64 armel armhf],
   libncurses5-dev,
@@ -31,7 +31,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
 Package: ghc
 Architecture: any
 Depends:
-  llvm-3.8 [arm64 armel armhf],
+  llvm-3.7 [arm64 armel armhf],
   gcc,
   libgmp-dev,
   libffi-dev,
@@ -53,7 +53,7 @@ Provides:
 Replaces: ghc6 (<< 7), ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10)
 Conflicts: ghc6 (<< 7), ghc-dynamic (<< 7.8), ${conflicting-devs}
 Breaks: cabal-install (<< 1.22), haskell-devscripts (<< 0.8.13), ghc-doc (<< 7.10), ghc-haddock (<< 7.10)
-Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.8
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.7
 Description: The Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index 46e4c5c..0e503a2 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -99,8 +99,8 @@ endif
 	./configure $(confflags) --prefix=/usr \
 		$(EXTRA_CONFIGURE_FLAGS) \
 		--with-system-libffi \
-		--with-llc=llc-3.8 \
-		--with-opt=opt-3.8
+		--with-llc=llc-3.7 \
+		--with-opt=opt-3.7
 
 override_dh_auto_build:
 	dh_auto_build

-- 
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