[Git][haskell-team/DHG_packages][experimental] ghc: Switch to llvm 6.0

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Jun 22 19:34:19 BST 2018


Gianfranco Costamagna pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
240a12da by Gianfranco Costamagna at 2018-06-20T12:37:03+02:00
ghc: Switch to llvm 6.0

- - - - -


3 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/control
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -2,6 +2,7 @@ ghc (8.4.3-2) UNRELEASED; urgency=medium
 
   * Remove old and non-applied anymore powerpcspe-disable-FPU-code.patch.
     (Closes: #900817)
+  * Switch to llvm 6.0
 
  -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 05 Jun 2018 15:37:46 +0200
 


=====================================
p/ghc/debian/control
=====================================
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
   pkg-config,
   ghc:native (>= 7.8),
   libgmp-dev,
-  llvm-5.0 [arm64 armel armhf],
+  llvm-6.0 [arm64 armel armhf],
   libffi-dev,
   libncurses5-dev,
   python-sphinx <!cross>,
@@ -28,7 +28,7 @@ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/gh
 Package: ghc
 Architecture: any
 Depends:
-  llvm-5.0 [arm64 armel armhf],
+  llvm-6.0 [arm64 armel armhf],
   gcc,
   libgmp-dev,
   libffi-dev,
@@ -50,7 +50,7 @@ Provides:
 Replaces: ghc6 (<< 7), ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10)
 Conflicts: ghc6 (<< 7), ghc-dynamic (<< 7.8), libghc-cabal-dev (<< 1.24.2.1), ${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-5.0
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-6.0
 Description: The Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.


=====================================
p/ghc/debian/rules
=====================================
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -118,8 +118,8 @@ endif
 	./configure $(confflags) --prefix=/usr \
 		$(EXTRA_CONFIGURE_FLAGS) \
 		--with-system-libffi \
-		--with-llc=llc-5.0 \
-		--with-opt=opt-5.0
+		--with-llc=llc-6.0 \
+		--with-opt=opt-6.0
 
 override_dh_auto_build:
 	dh_auto_build



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/240a12da25d11a6e03260b05cb3cc51ae0f3781b

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/240a12da25d11a6e03260b05cb3cc51ae0f3781b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180622/2570f6d3/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list