summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ivor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/ivor/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/ivor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/ivor/default.nix b/pkgs/development/libraries/haskell/ivor/default.nix
index a7fc6b7e6e11e..8d580993eee8c 100644
--- a/pkgs/development/libraries/haskell/ivor/default.nix
+++ b/pkgs/development/libraries/haskell/ivor/default.nix
@@ -1,10 +1,10 @@
-{ cabal, binary, mtl, parsec }:
+{ cabal, binary, Cabal, mtl, parsec }:
 
 cabal.mkDerivation (self: {
   pname = "ivor";
   version = "0.1.14.1";
   sha256 = "0r9ykfkxpwsrhsvv691r361pf79a7y511hxy2mvd6ysz1441mych";
-  buildDepends = [ binary mtl parsec ];
+  buildDepends = [ binary Cabal mtl parsec ];
   meta = {
     homepage = "http://www.dcs.st-and.ac.uk/~eb/Ivor/";
     description = "Theorem proving library based on dependent type theory";