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 10:05:50 +0200
committerPeter Simons <simons@cryp.to>2015-08-15 08:59:46 +0200
commitb2fd8c4685401eac0ebf49621bfb1b55448c52df (patch)
treefa49928c30b26f2a82f599166d2589ee1dce49a8 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentb87dd90e561aca73ade414fcad73dd33384dc5ee (diff)
downloadnixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.tar
nixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.tar.gz
nixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.tar.bz2
nixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.tar.lz
nixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.tar.xz
nixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.tar.zst
nixlib-b2fd8c4685401eac0ebf49621bfb1b55448c52df.zip
haskell-configuration-ghc-7.10.x: fix evaluation error
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 e78aa0e98397..9147bb9c2152 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;