haskell-hpack: enable the test suite again
The issue we've had previously is fixed in the latest version.
This commit is contained in:
parent
f1e3a6961b
commit
94e51c360b
@ -1280,7 +1280,7 @@ self: super: {
|
|||||||
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_0_20190723; };
|
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_0_20190723; };
|
||||||
|
|
||||||
# https://github.com/sol/hpack/issues/366
|
# https://github.com/sol/hpack/issues/366
|
||||||
hpack = dontCheck super.hpack;
|
hpack = self.hpack_0_32_0;
|
||||||
|
|
||||||
# QuickCheck >=2.3 && <2.13, hspec >=2.1 && <2.7
|
# QuickCheck >=2.3 && <2.13, hspec >=2.1 && <2.7
|
||||||
graphviz = dontCheck super.graphviz;
|
graphviz = dontCheck super.graphviz;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user