From d54677f9c47103e6e36184649f7dfdf8b5156983 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 20 Dec 2011 02:51:37 +0000 Subject: [PATCH] Try to fix the tarball Not sure if this will work, just tried the obvious fix. svn path=/nixpkgs/trunk/; revision=30974 --- pkgs/top-level/haskell-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index ba6ce39e1b1..df176735967 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -351,7 +351,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y); zlib = self.zlib_0_5_2_0; alex = self.alex_2_3_2; cgi = self.cgi_3001_1_7_2; - QuickCheck = self.QuickCheck_2_1_0_3; + QuickCheck = self.QuickCheck_2_1_1_1; HTTP = self.HTTP_4000_0_9; HUnit = self.HUnit_1_2_2_1; network = self.network_2_2_1_7;