summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2008-02-13 21:21:20 +0000
committerMarc Weber <marco-oweber@gmx.de>2008-02-13 21:21:20 +0000
commitd884e1d0a6492d2597c11ecf46d3bc3ea071ec6b (patch)
treeea832afbc8a6c004588ee94e843852642a60a612 /pkgs/development
parentd3c40ba1200d8626d3b0ef5cf93ed2ee9fa348f8 (diff)
downloadnixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.tar
nixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.tar.gz
nixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.tar.bz2
nixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.tar.lz
nixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.tar.xz
nixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.tar.zst
nixpkgs-d884e1d0a6492d2597c11ecf46d3bc3ea071ec6b.zip
fix c -> Cabal-1.2.3.0 the lib is found again
svn path=/nixpkgs/trunk/; revision=10669
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/ghcs/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ]; };