haskell-hlint: fix build with ghc-8.10.1

This commit is contained in:
Peter Simons 2020-04-25 18:46:27 +02:00
parent ceab66bf6e
commit 53865f5f71

View file

@ -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;
};
}