haskell-hpack: disable the test suite to avoid build failures
This commit is contained in:
parent
f2787c2af9
commit
c4d321494e
@ -1276,4 +1276,7 @@ self: super: {
|
|||||||
# need newer version of ghc-libparser
|
# need newer version of ghc-libparser
|
||||||
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
|
||||||
|
hpack = dontCheck super.hpack;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
x
Reference in New Issue
Block a user