From 2eb0633c5f472276460ac028d92b6f4a98a4a7d4 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 12 Jan 2010 10:34:14 +0000 Subject: [PATCH] fix ghc package versions svn path=/nixpkgs/trunk/; revision=19367 --- pkgs/development/compilers/ghc/6.12.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghc/6.12.1.nix b/pkgs/development/compilers/ghc/6.12.1.nix index 0360db249541..3412cc771ac3 100644 --- a/pkgs/development/compilers/ghc/6.12.1.nix +++ b/pkgs/development/compilers/ghc/6.12.1.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { passthru = { corePackages = [ - [ "Cabal" "1.8.0" ] + [ "Cabal" "1.8.0.2" ] [ "array" "0.3.0.0" ] [ "base" "3.0.3.2" ] [ "base" "4.2.0.0" ] @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { [ "extensible-exceptions" "0.1.1.1" ] [ "ffi" "1.0" ] [ "filepath" "1.1.0.3" ] - [ "ghc" "6.12.0.20091010" ] + [ "ghc" "6.12.1" ] [ "ghc-binary" "0.5.0.2" ] [ "ghc-prim" "0.2.0.0" ] [ "haskell98" "1.0.1.1" ]