summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-15 09:01:28 +0200
committerPeter Simons <simons@cryp.to>2015-08-15 20:25:00 +0200
commitaae5f5d80ed2b15c1c9e1ac242807dd642b4f937 (patch)
treebbfe98d47929955637165a67898f01bf51fb2258 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentb34371b5e5dfb29d9531a26f54a40db19e0548dc (diff)
downloadnixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.tar
nixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.tar.gz
nixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.tar.bz2
nixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.tar.lz
nixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.tar.xz
nixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.tar.zst
nixpkgs-aae5f5d80ed2b15c1c9e1ac242807dd642b4f937.zip
ghc-mod has been fixed upstream.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 5e251c561c4..cbc9ed32f76 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -199,15 +199,6 @@ self: super: {
   pell = dontDistribute super.pell;
   quadratic-irrational = dontDistribute super.quadratic-irrational;
 
-  # https://github.com/kazu-yamamoto/ghc-mod/issues/437
-  ghc-mod = markBroken super.ghc-mod;
-  HaRe = dontDistribute super.HaRe;
-  ghc-imported-from = dontDistribute super.ghc-imported-from;
-  git-vogue = dontDistribute super.git-vogue;
-  haskell-token-utils = dontDistribute super.haskell-token-utils;
-  hbb = dontDistribute super.hbb;
-  hsdev = dontDistribute super.hsdev;
-
   # https://github.com/lymar/hastache/issues/47
   hastache = dontCheck super.hastache;