[Pkg-haskell-commits] darcs: ghc: Build against llvm-3.5 (Closes: 784245)

Joachim Breitner mail at joachim-breitner.de
Wed May 13 10:52:28 UTC 2015


Wed May 13 09:17:58 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Build against llvm-3.5 (Closes: 784245) 

    M ./changelog +6
    M ./control -3 +3
    M ./rules -2 +2

Wed May 13 09:17:58 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Build against llvm-3.5 (Closes: 784245) 
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2015-05-13 10:52:28.592419359 +0000
+++ new-ghc/changelog	2015-05-13 10:52:28.620419364 +0000
@@ -1,3 +1,9 @@
+ghc (7.10.1-2) UNRELEASED; urgency=medium
+
+  * Build against llvm-3.5 (Closes: 784245) 
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 13 May 2015 11:17:25 +0200
+
 ghc (7.10.1-1) experimental; urgency=medium
 
   * New upstream release. Optimistically dropping lots of patches, lets see
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2015-05-13 10:52:28.592419359 +0000
+++ new-ghc/control	2015-05-13 10:52:28.604419361 +0000
@@ -13,7 +13,7 @@
   grep-dctrl,
   dh-autoreconf,
   autotools-dev,
-  llvm-3.4 [arm64 armel armhf],
+  llvm-3.5 [arm64 armel armhf],
   libffi-dev,
   pkg-config,
   xsltproc,
@@ -33,7 +33,7 @@
 
 Package: ghc
 Architecture: any
-Depends: llvm-3.4 [arm64 armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: llvm-3.5 [arm64 armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: dpkg (>= 1.16.1)
 Provides:
   haskell-compiler,
@@ -47,7 +47,7 @@
 Replaces: ghc6 (<< 7), ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10)
 Conflicts: ghc6 (<< 7), ghc-dynamic (<< 7.8), ${conflicting-devs}
 Breaks: cabal-install (<< 0.8.0), haskell-devscripts (<< 0.8.13), ghc-doc (<< 7.10), ghc-haddock (<< 7.10)
-Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.4
+Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.5
 Description: The Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2015-05-13 10:52:28.592419359 +0000
+++ new-ghc/rules	2015-05-13 10:52:28.616419363 +0000
@@ -98,8 +98,8 @@
 	./configure $(confflags) --prefix=/usr \
 		$(EXTRA_CONFIGURE_FLAGS) \
 		--with-system-libffi \
-		--with-llc=llc-3.4 \
-		--with-opt=opt-3.4
+		--with-llc=llc-3.5 \
+		--with-opt=opt-3.5
 
 	touch $@
 




More information about the Pkg-haskell-commits mailing list