summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Henahan <jhenahan@me.com>2018-09-21 07:30:08 -0400
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commited2370d8c4d7879adff3e53b5a9a7c3e6483a287 (patch)
tree74b9a73f2abf3d68babc44b8cac9eadc2281906c
parent5ee4818211bb5ad2d9eb74c04981ea71b5215b1d (diff)
downloadnixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.tar
nixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.tar.gz
nixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.tar.bz2
nixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.tar.lz
nixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.tar.xz
nixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.tar.zst
nixpkgs-ed2370d8c4d7879adff3e53b5a9a7c3e6483a287.zip
haskellPackages.hasktags: remove dontCheck
https://github.com/MarcWeber/hasktags/issues/52 has been closed and a new version (0.71.1) has been released.
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 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;