summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yst/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/yst/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/yst/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/yst/default.nix b/pkgs/development/libraries/haskell/yst/default.nix
index af079e53187..f5df012fde4 100644
--- a/pkgs/development/libraries/haskell/yst/default.nix
+++ b/pkgs/development/libraries/haskell/yst/default.nix
@@ -1,5 +1,5 @@
-{ cabal, Cabal, csv, filepath, HsSyck, HStringTemplate, pandoc
-, parsec, split, time, utf8String, xhtml
+{ cabal, csv, filepath, HsSyck, HStringTemplate, pandoc, parsec
+, split, time, utf8String, xhtml
 }:
 
 cabal.mkDerivation (self: {
@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
   isLibrary = false;
   isExecutable = true;
   buildDepends = [
-    Cabal csv filepath HsSyck HStringTemplate pandoc parsec split time
+    csv filepath HsSyck HStringTemplate pandoc parsec split time
     utf8String xhtml
   ];
   meta = {