mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-24 12:07:53 +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":
|
"Lennart Kolmodin <kolmodin@gmail.com> @kolmodin":
|
||||||
- binary-bits
|
- binary-bits
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/1279
|
"Nicolas Trangez ikke@nicolast.be @NicolasT":
|
||||||
# "Nicolas Trangez ikke@nicolast.be @NicolasT":
|
- reedsolomon
|
||||||
# - reedsolomon
|
|
||||||
|
|
||||||
# If you stop maintaining a package you can move it here.
|
# If you stop maintaining a package you can move it here.
|
||||||
# It will then be disabled if it starts causing problems.
|
# It will then be disabled if it starts causing problems.
|
||||||
@ -2142,6 +2141,9 @@ package-flags:
|
|||||||
fay:
|
fay:
|
||||||
test: true
|
test: true
|
||||||
|
|
||||||
|
reedsolomon:
|
||||||
|
llvm: false
|
||||||
|
|
||||||
# end of package-flags
|
# end of package-flags
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user