haskell-alex: fix build with GHC 7.10.1-rc1 (by disabling the failing test suite)
This commit is contained in:
parent
770e73ee6e
commit
48a20a63ce
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue