summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/tar/0.4.0.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/haskell/tar/0.4.0.0.nix')
-rw-r--r--pkgs/development/tools/haskell/tar/0.4.0.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/tar/0.4.0.0.nix b/pkgs/development/tools/haskell/tar/0.4.0.0.nix
index ebabfc2a6f2..bc259cf5acf 100644
--- a/pkgs/development/tools/haskell/tar/0.4.0.0.nix
+++ b/pkgs/development/tools/haskell/tar/0.4.0.0.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, filepath }:
+{ cabal, filepath }:
 
 cabal.mkDerivation (self: {
   pname = "tar";
   version = "0.4.0.0";
   sha256 = "04qijdfyiqb64q58g0bf46qfgaxqjl3kl68x6z31cv36p3hpplx3";
-  buildDepends = [ Cabal filepath ];
+  buildDepends = [ filepath ];
   meta = {
     description = "Reading, writing and manipulating \".tar\" archive files.";
     license = self.stdenv.lib.licenses.bsd3;