Disable tests for haskellngPackages.rematch since it is missing Specs module. rematch is needed by distributed-process-platform.
This commit is contained in:
parent
934910acdd
commit
03f530a239
@ -451,6 +451,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;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
Loading…
Reference in New Issue
Block a user