tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-hlint: fix build with ghc-8.10.1
Peter Simons
5 years ago
53865f5f
ceab66bf
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghc-8.10.x.nix
+5
pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
···
110
110
sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8";
111
111
});
112
112
113
113
+
# https://github.com/ndmitchell/hlint/issues/959
114
114
+
hlint = super.hlint.override {
115
115
+
ghc-lib-parser-ex = addBuildDepend super.ghc-lib-parser-ex super.ghc-lib-parser;
116
116
+
};
117
117
+
113
118
}