From 219dfd2b9241bbb53f43bbb9253e44c96c87bb6e Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Thu, 28 Feb 2019 14:18:49 +0000 Subject: [PATCH] use-llvm-6.0 Gbp-Pq: Name use-llvm-6.0.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 838ed12f..222b8617 100644 --- a/configure.ac +++ b/configure.ac @@ -638,7 +638,7 @@ AC_SUBST([LibtoolCmd]) # tools we are looking for. In the past, GHC supported a number of # versions of LLVM simultaneously, but that stopped working around # 3.5/3.6 release of LLVM. -LlvmVersion=5.0 +LlvmVersion=6.0 AC_SUBST([LlvmVersion]) sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/') AC_DEFINE_UNQUOTED([sUPPORTED_LLVM_VERSION], ${sUPPORTED_LLVM_VERSION}, [The supported LLVM version number]) -- 2.30.2