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-14 20:39:20 +0200
committerPeter Simons <simons@cryp.to>2015-08-15 08:59:46 +0200
commitc4c2ee0d527d878571c009aea7092f1ed179bd5b (patch)
treea107ea46ec69cd5aa2055386c6e15302c9bf6d7c /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent8347e3f19f0ea649bb6c37f154d27194b8e19982 (diff)
downloadnixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.tar
nixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.tar.gz
nixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.tar.bz2
nixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.tar.lz
nixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.tar.xz
nixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.tar.zst
nixlib-c4c2ee0d527d878571c009aea7092f1ed179bd5b.zip
haskell-configuration-ghc-7.10.x: fix Hydra evaluation errors
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.nix2
1 files changed, 1 insertions, 1 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 9147bb9c2152..5e251c561c44 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -230,10 +230,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_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;