haskell-hlint: add version overrides to fix the build
This commit is contained in:
parent
35c6087e37
commit
ca171ca0fa
@ -1281,4 +1281,7 @@ self: super: {
|
|||||||
# Test suite won't link for no apparent reason.
|
# Test suite won't link for no apparent reason.
|
||||||
constraints-deriving = dontCheck super.constraints-deriving;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
Reference in New Issue
Block a user