mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-hspec-contrib: disable test suite due to https://github.com/hspec/hspec/issues/307
This commit is contained in:
parent
c37e51fa68
commit
e60992354b
|
@ -848,4 +848,7 @@ self: super: {
|
|||
uuid-types = doJailbreak super.uuid-types;
|
||||
uuid = doJailbreak super.uuid;
|
||||
|
||||
# https://github.com/hspec/hspec/issues/307
|
||||
hspec-contrib = dontCheck super.hspec-contrib;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue