summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-18 11:36:32 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-18 11:36:32 -0700
commit2ac70270e87f19194440044a456a520341ec5dbc (patch)
tree69870efcecb0eca5653978dded78cb571e77c157 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent5ec252e7ca23e1248d90a00863b042ae8daa9bfa (diff)
parent31a27c44c8b2e6321f0ac4534c035d62faca8211 (diff)
downloadnixlib-2ac70270e87f19194440044a456a520341ec5dbc.tar
nixlib-2ac70270e87f19194440044a456a520341ec5dbc.tar.gz
nixlib-2ac70270e87f19194440044a456a520341ec5dbc.tar.bz2
nixlib-2ac70270e87f19194440044a456a520341ec5dbc.tar.lz
nixlib-2ac70270e87f19194440044a456a520341ec5dbc.tar.xz
nixlib-2ac70270e87f19194440044a456a520341ec5dbc.tar.zst
nixlib-2ac70270e87f19194440044a456a520341ec5dbc.zip
Merge branch 'master.upstream' into staging.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.nix13
1 files changed, 2 insertions, 11 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 9cdb088a48a7..4d7ee0ff3d4a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -203,15 +203,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;
 
@@ -234,10 +225,10 @@ self: super: {
   containers_0_4_2_1 = markBroken super.containers_0_4_2_1;
   control-monad-free_0_5_3 = markBroken super.control-monad-free_0_5_3;
   haddock-api_2_15_0_2 = markBroken super.haddock-api_2_15_0_2;
-  optparse-applicative_0_10_0 = markBroken super.optparse-applicative_0_10_0;
   QuickCheck_1_2_0_1 = markBroken super.QuickCheck_1_2_0_1;
   seqid-streams_0_1_0 = markBroken super.seqid-streams_0_1_0;
-  vector_0_10_9_3 = markBroken super.vector_0_10_9_3;
+  vector_0_10_9_2 = markBroken super.vector_0_10_9_2;
+  hoopl_3_10_2_0 = markBroken super.hoopl_3_10_2_0;
 
   # http://hub.darcs.net/shelarcy/regex-tdfa-text/issue/1 -- upstream seems to be asleep
   regex-tdfa-text = appendPatch super.regex-tdfa-text ./patches/regex-tdfa-text.patch;