mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue