summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
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 ]; };