haskell-alex: fix build with GHC 7.10.1-rc1 (by disabling the failing test suite)

This commit is contained in:
Peter Simons 2015-01-23 11:38:49 +01:00
parent 770e73ee6e
commit 48a20a63ce
1 changed files with 3 additions and 0 deletions

View File

@ -82,4 +82,7 @@ self: super: {
# https://github.com/ndmitchell/extra/issues/4
extra = dontCheck super.extra;
# Test suite fails in "/tokens_bytestring_unicode.g.bin".
alex = dontCheck super.alex;
}