haskell-hlint: add version overrides to fix the build

This commit is contained in:
Peter Simons 2019-08-11 10:10:03 +02:00
parent 35c6087e37
commit ca171ca0fa

View File

@ -1281,4 +1281,7 @@ self: super: {
# Test suite won't link for no apparent reason.
constraints-deriving = dontCheck super.constraints-deriving;
# need newer version of ghc-libparser
hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_0_20190723; };
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super