haskell-rematch-text: fix build by disabling the test suite
This commit is contained in:
@@ -444,8 +444,9 @@ self: super: {
|
||||
# Upstream notified by e-mail.
|
||||
OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21;
|
||||
|
||||
# module missing: https://github.com/tcrayford/rematch/issues/5
|
||||
rematch = dontCheck super.rematch;
|
||||
# Missing module.
|
||||
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
|
||||
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
|
||||
|
||||
} // {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user