about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pandoc-types/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/pandoc-types/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/pandoc-types/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/pandoc-types/default.nix b/pkgs/development/libraries/haskell/pandoc-types/default.nix
index 063fe6f45c564..def80594aacb1 100644
--- a/pkgs/development/libraries/haskell/pandoc-types/default.nix
+++ b/pkgs/development/libraries/haskell/pandoc-types/default.nix
@@ -1,10 +1,10 @@
-{ cabal, syb }:
+{ cabal, Cabal, syb }:
 
 cabal.mkDerivation (self: {
   pname = "pandoc-types";
   version = "1.9.0.2";
   sha256 = "1rqqchxinjk3njgkp73i92q4iz1cl84p56i2fmgj2zn221r0zhyl";
-  buildDepends = [ syb ];
+  buildDepends = [ Cabal syb ];
   meta = {
     homepage = "http://johnmacfarlane.net/pandoc";
     description = "Types for representing a structured document";