Skip to content

Commit

Permalink
Revert "Disable reedsolomon per #1279"
Browse files Browse the repository at this point in the history
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 10a218a.

Conflicts:
	build-constraints.yaml

Fixes: #1279
See: #1279
  • Loading branch information
NicolasT committed Mar 17, 2016
1 parent 4aaa9b2 commit c78952e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2012,9 +2012,8 @@ packages:
"Lennart Kolmodin <[email protected]> @kolmodin":
- binary-bits

# https://github.com/fpco/stackage/issues/1279
# "Nicolas Trangez [email protected] @NicolasT":
# - reedsolomon
"Nicolas Trangez [email protected] @NicolasT":
- reedsolomon

# If you stop maintaining a package you can move it here.
# It will then be disabled if it starts causing problems.
Expand Down Expand Up @@ -2142,6 +2141,9 @@ package-flags:
fay:
test: true

reedsolomon:
llvm: false

# end of package-flags


Expand Down

0 comments on commit c78952e

Please sign in to comment.