fix c -> Cabal-1.2.3.0 the lib is found again

svn path=/nixpkgs/trunk/; revision=10669
This commit is contained in:
Marc Weber 2008-02-13 21:21:20 +00:00
parent d3c40ba120
commit d884e1d0a6
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]; };