haskell-configuration-common: cosmetic

This commit is contained in:
Peter Simons 2019-06-04 10:18:02 +02:00
parent 48ba8a4fb5
commit 86d1fe06f3

View File

@ -1186,7 +1186,7 @@ self: super: {
# https://github.com/mgajda/json-autotype/issues/25
json-autotype = dontCheck super.json-autotype;
# The LTS-12.x version doesn't suffice to build hlint, hoogle, etc.
# The LTS-13.x version doesn't suffice to build hlint, hoogle, etc.
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
hoogle = super.hoogle.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });