summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/Shellac/Shellac.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/Shellac/Shellac.nix')
-rw-r--r--pkgs/development/libraries/haskell/Shellac/Shellac.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/Shellac/Shellac.nix b/pkgs/development/libraries/haskell/Shellac/Shellac.nix
index 4a2228bd4b6..8f36e8ebc08 100644
--- a/pkgs/development/libraries/haskell/Shellac/Shellac.nix
+++ b/pkgs/development/libraries/haskell/Shellac/Shellac.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, mtl }:
+{ cabal, mtl }:
 
 cabal.mkDerivation (self: {
   pname = "Shellac";
   version = "0.9.5.1";
   sha256 = "19fpbh5ijy9xc3rhl9qwyan8jfnz9nsqvnsjxb7kkb7l2bpz4qfp";
-  buildDepends = [ Cabal mtl ];
+  buildDepends = [ mtl ];
   meta = {
     homepage = "http://www.cs.princeton.edu/~rdockins/shellac/home/";
     description = "A framework for creating shell envinronments";