haskell-hpack: enable the test suite again

The issue we've had previously is fixed in the latest version.
This commit is contained in:
Peter Simons 2019-08-30 14:34:55 +02:00
parent f1e3a6961b
commit 94e51c360b

View file

@ -1280,7 +1280,7 @@ self: super: {
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_0_20190723; };
# 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
graphviz = dontCheck super.graphviz;