haskellPackages.hasktags: remove dontCheck

https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
This commit is contained in:
Jack Henahan 2018-09-21 07:30:08 -04:00 committed by Peter Simons
parent 5ee4818211
commit ed2370d8c4

View File

@ -1108,9 +1108,6 @@ self: super: {
# Can be removed once yi-language >= 0.18 is in the LTS
yi-core = super.yi-core.overrideScope (self: super: { yi-language = self.yi-language_0_18_0; });
# https://github.com/MarcWeber/hasktags/issues/52
hasktags = dontCheck super.hasktags;
# https://github.com/haskell/hoopl/issues/50
hoopl = dontCheck super.hoopl;