summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/xml-types/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/xml-types/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/xml-types/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/xml-types/default.nix b/pkgs/development/libraries/haskell/xml-types/default.nix
index b868199f057..721d49dc588 100644
--- a/pkgs/development/libraries/haskell/xml-types/default.nix
+++ b/pkgs/development/libraries/haskell/xml-types/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, text }:
+{ cabal, text }:
 
 cabal.mkDerivation (self: {
   pname = "xml-types";
   version = "0.3.1";
   sha256 = "0ffmmidb9a1hqfbmvjxjvij2wfrqqlyjc7m7n81czrcrrsmyc1kc";
-  buildDepends = [ Cabal text ];
+  buildDepends = [ text ];
   meta = {
     homepage = "https://john-millikin.com/software/haskell-xml/";
     description = "Basic types for representing XML";