From b2fd8c4685401eac0ebf49621bfb1b55448c52df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 14 Aug 2015 10:05:50 +0200 Subject: [PATCH] haskell-configuration-ghc-7.10.x: fix evaluation error --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e78aa0e9839..9147bb9c215 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -233,7 +233,7 @@ self: super: { 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; # 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;