From d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Wed, 13 Feb 2008 21:21:20 +0000 Subject: fix c -> Cabal-1.2.3.0 the lib is found again svn path=/nixpkgs/trunk/; revision=10669 --- pkgs/development/compilers/ghcs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development') diff --git a/pkgs/development/compilers/ghcs/default.nix b/pkgs/development/compilers/ghcs/default.nix index fbc2bdd1f9d..6dd37576524 100644 --- a/pkgs/development/compilers/ghcs/default.nix +++ b/pkgs/development/compilers/ghcs/default.nix @@ -95,7 +95,7 @@ rec { # unfortunately with x; won't work because it forces nix to evaluate all attributes of x which would lead to infinite recursion pkgs = let x = derivations; in { # ghc extra packages - cabal = { name = "cabal-1.2.3.0"; srcDir = "libraries/Cabal"; + cabal = { name = "Cabal-1.2.3.0"; srcDir = "libraries/Cabal"; deps = [x.base x.pretty x.old_locale x.old_time x.directory x.unix x.process x.array x.containers x.rts x.filepath ]; }; -- cgit 1.4.1