From c78952ede4757738c447709ce049921b95067a8e Mon Sep 17 00:00:00 2001 From: Nicolas Trangez Date: Thu, 17 Mar 2016 21:27:11 +0100 Subject: [PATCH] Revert "Disable reedsolomon per #1279" Re-enable the `reedsolomon` package, but disable the `llvm` Cabal flag: the Stackage build servers run a version of LLVM that's incompatible with the GHC version being used, causing the build to fail when the `llvm` flag (which passes `-fllvm` to GHC) is enabled. This reverts commit 10a218a8436290ca4e962bcea5d6e18e4e291917. Conflicts: build-constraints.yaml Fixes: fpco/stackage#1279 See: https://github.com/fpco/stackage/issues/1279 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 704260ebe..73807c03a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2012,9 +2012,8 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - # https://github.com/fpco/stackage/issues/1279 - # "Nicolas Trangez ikke@nicolast.be @NicolasT": - # - reedsolomon + "Nicolas Trangez ikke@nicolast.be @NicolasT": + - reedsolomon # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -2142,6 +2141,9 @@ package-flags: fay: test: true + reedsolomon: + llvm: false + # end of package-flags