haskell-hlint: needs latest version of haskell-src-exts

This commit is contained in:
Peter Simons 2018-01-20 21:38:50 +01:00
parent dcf3699b0b
commit 8297025d28

View File

@ -605,6 +605,9 @@ self: super: {
haskell-src-exts = self.haskell-src-exts_1_20_1;
};
# Needs newer version of its dependencies than we have in LTS-10.x.
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
# https://github.com/bos/configurator/issues/22
configurator = dontCheck super.configurator;