haskell-hpack: disable the test suite to avoid build failures

This commit is contained in:
Peter Simons 2019-08-11 18:47:46 +02:00
parent f2787c2af9
commit c4d321494e

View File

@ -1276,4 +1276,7 @@ self: super: {
# need newer version of ghc-libparser
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