summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-09-10 20:52:21 +0200
committerPeter Simons <simons@cryp.to>2016-09-10 21:00:22 +0200
commitd8af0db284074253ccaf38113f50bc7262eda728 (patch)
tree97c86373e02f7c97693e18c7788790ac17d0590b /pkgs/development/haskell-modules/configuration-common.nix
parent443204aa705da1b087c2eb9c784ff36899286360 (diff)
downloadnixlib-d8af0db284074253ccaf38113f50bc7262eda728.tar
nixlib-d8af0db284074253ccaf38113f50bc7262eda728.tar.gz
nixlib-d8af0db284074253ccaf38113f50bc7262eda728.tar.bz2
nixlib-d8af0db284074253ccaf38113f50bc7262eda728.tar.lz
nixlib-d8af0db284074253ccaf38113f50bc7262eda728.tar.xz
nixlib-d8af0db284074253ccaf38113f50bc7262eda728.tar.zst
nixlib-d8af0db284074253ccaf38113f50bc7262eda728.zip
haskell-yi: remove obsolete "broken" marker
Fixes https://github.com/NixOS/nixpkgs/issues/18188.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7000f2b3bf0f..bb799b059d37 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -948,14 +948,6 @@ self: super: {
   # tinc is a new build driver a la Stack that's not yet available from Hackage.
   tinc = self.callPackage ../tools/haskell/tinc {};
 
-  # https://github.com/NixOS/nixpkgs/issues/14967
-  yi = markBroken super.yi;
-  yi-fuzzy-open = markBroken super.yi-fuzzy-open;
-  yi-monokai = markBroken super.yi-monokai;
-  yi-snippet = markBroken super.yi-snippet;
-  yi-solarized = markBroken super.yi-solarized;
-  yi-spolsky = markBroken super.yi-spolsky;
-
   # gtk2hs-buildtools must have Cabal 1.24
   gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_0_0; };