haskell-hlint: fix build with ghc-8.10.1
This commit is contained in:
parent
ceab66bf6e
commit
53865f5f71
1 changed files with 5 additions and 0 deletions
|
@ -110,4 +110,9 @@ self: super: {
|
|||
sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8";
|
||||
});
|
||||
|
||||
# https://github.com/ndmitchell/hlint/issues/959
|
||||
hlint = super.hlint.override {
|
||||
ghc-lib-parser-ex = addBuildDepend super.ghc-lib-parser-ex super.ghc-lib-parser;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue