mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
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 10a218a843.
Conflicts:
build-constraints.yaml
Fixes: fpco/stackage#1279
See: https://github.com/fpco/stackage/issues/1279
This commit is contained in:
parent
4aaa9b2c68
commit
c78952ede4
@ -2012,9 +2012,8 @@ packages:
|
||||
"Lennart Kolmodin <kolmodin@gmail.com> @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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user