Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Disable reedsolomon per #1279" #1284

Merged
merged 1 commit into from
Mar 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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