summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/texmath/0.4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/texmath/0.4.nix')
-rw-r--r--pkgs/development/libraries/haskell/texmath/0.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/texmath/0.4.nix b/pkgs/development/libraries/haskell/texmath/0.4.nix
index 58a8bc3ef4b..a59120015dd 100644
--- a/pkgs/development/libraries/haskell/texmath/0.4.nix
+++ b/pkgs/development/libraries/haskell/texmath/0.4.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, parsec, syb, xml }:
+{ cabal, parsec, syb, xml }:
 
 cabal.mkDerivation (self: {
   pname = "texmath";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "1rvnhqljxkljy8ncpaj8p7b14nvvm6zmiixv13m1zxlcr457j2ai";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ Cabal parsec syb xml ];
+  buildDepends = [ parsec syb xml ];
   meta = {
     homepage = "http://github.com/jgm/texmath";
     description = "Conversion of LaTeX math formulas to MathML";