haskell-hlint: fix build with ghc-8.10.1
This commit is contained in:
parent
ceab66bf6e
commit
53865f5f71
@ -110,4 +110,9 @@ self: super: {
|
|||||||
sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8";
|
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…
x
Reference in New Issue
Block a user