[DHG_packages] 02/02: ghc: change the llc/opt versions accordingly
Clint Adams
clint at moszumanska.debian.org
Thu Jul 13 01:21:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit fc8a51e53832acbde964fc53bad8c5f4f42b672b
Author: Clint Adams <clint at debian.org>
Date: Wed Jul 12 21:14:37 2017 -0400
ghc: change the llc/opt versions accordingly
---
p/ghc/debian/changelog | 2 +-
p/ghc/debian/rules | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index d91a0f8..e6a760d 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -1,4 +1,4 @@
-ghc (8.2.0~20170507-2) experimental; urgency=medium
+ghc (8.2.0~20170507-3) experimental; urgency=medium
* 8.2.1-rc2.
- Switches to LLVM 3.9.
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index ef15dd8..014bcca 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -105,8 +105,8 @@ endif
./configure $(confflags) --prefix=/usr \
$(EXTRA_CONFIGURE_FLAGS) \
--with-system-libffi \
- --with-llc=llc-3.7 \
- --with-opt=opt-3.7
+ --with-llc=llc-3.9 \
+ --with-opt=opt-3.9
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