summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haxr-th/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/haxr-th/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/haxr-th/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/haxr-th/default.nix b/pkgs/development/libraries/haskell/haxr-th/default.nix
index af95878aca0..83917cf8891 100644
--- a/pkgs/development/libraries/haskell/haxr-th/default.nix
+++ b/pkgs/development/libraries/haskell/haxr-th/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, haxr }:
+{ cabal, haxr }:
 
 cabal.mkDerivation (self: {
   pname = "haxr-th";
   version = "3000.5";
   sha256 = "1h1g4r7c5k3rja49ip4m21f2sscn06xjxharnlyazvvs6mzfysif";
-  buildDepends = [ Cabal haxr ];
+  buildDepends = [ haxr ];
   meta = {
     homepage = "http://www.haskell.org/haxr/";
     description = "Automatic deriving of XML-RPC structs for Haskell records";