Commit 92d71b31 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

ghc: Use llvm-7 on arm*

parent 1c7d67bc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
ghc (8.8.1+dfsg1-1~exp4) unstable; urgency=medium

  * Probably llvm-7 is the last working version that can be used in arm

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 11 Sep 2019 12:04:25 +0200

ghc (8.8.1+dfsg1-1~exp3) experimental; urgency=medium

  * Stick with llvm-8, because llvm-9 seems to be not able to make the build
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Build-Depends:
  pkg-config,
  ghc:native (>= 8.4),
  libgmp-dev,
  llvm-8 [arm64 armel armhf],
  llvm-7 [arm64 armel armhf],
  libffi-dev,
  libncurses5-dev,
  python-sphinx <!cross>,
@@ -30,7 +30,7 @@ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/gh
Package: ghc
Architecture: any
Depends:
  llvm-8 [arm64 armel armhf],
  llvm-7 [arm64 armel armhf],
  gcc,
  libgmp-dev,
  libffi-dev,
@@ -53,7 +53,7 @@ Replaces: ghc6 (<< 7), ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10), ${conflictin
Conflicts: ghc6 (<< 7), ghc-dynamic (<< 7.8)
Breaks: cabal-install (<< 1.22), haskell-devscripts (<< 0.8.13),
 ghc-doc (<< 7.10), ghc-haddock (<< 7.10), ${conflicting-devs}
Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-8
Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-7
Description: The Glasgow Haskell Compilation system
 The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
 Haskell.