From ed2370d8c4d7879adff3e53b5a9a7c3e6483a287 Mon Sep 17 00:00:00 2001 From: Jack Henahan Date: Fri, 21 Sep 2018 07:30:08 -0400 Subject: [PATCH] haskellPackages.hasktags: remove dontCheck https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e05f19609ea..9bc46eb2523 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;