summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hs-bibutils/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/hs-bibutils/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hs-bibutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hs-bibutils/default.nix b/pkgs/development/libraries/haskell/hs-bibutils/default.nix
index d89b48ae8e5..ebba81acf4f 100644
--- a/pkgs/development/libraries/haskell/hs-bibutils/default.nix
+++ b/pkgs/development/libraries/haskell/hs-bibutils/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, syb }:
+{ cabal, syb }:
 
 cabal.mkDerivation (self: {
   pname = "hs-bibutils";
   version = "4.12";
   sha256 = "0akxi69as7k5c0955yla9wcl1xvcvgzpzy3p1jj781w1lf89p537";
-  buildDepends = [ Cabal syb ];
+  buildDepends = [ syb ];
   meta = {
     homepage = "http://code.haskell.org/hs-bibutils";
     description = "Haskell bindings to bibutils, the bibliography conversion utilities";