forked from mirrors/nixpkgs
haskell-hpack: disable broken test suite
This commit is contained in:
parent
d15e437cff
commit
5c161d43ed
|
@ -900,4 +900,7 @@ self: super: {
|
|||
# https://github.com/haskell/cabal/issues/2661
|
||||
serversession-backend-acid-state_1_0_1 = dontCheck super.serversession-backend-acid-state_1_0_1;
|
||||
|
||||
# https://github.com/sol/hpack/issues/53
|
||||
hpack = dontCheck super.hpack;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue