Commit 240a12da authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

ghc: Switch to llvm 6.0

parent d1d5fff3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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@debian.org>  Tue, 05 Jun 2018 15:37:46 +0200

+3 −3
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -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