summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix b/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
index ea911a29148..bcbf6b79868 100644
--- a/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
+++ b/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, extensibleExceptions, mtl }:
+{ cabal, extensibleExceptions, mtl }:
 
 cabal.mkDerivation (self: {
   pname = "MonadCatchIO-mtl";
   version = "0.3.0.4";
   sha256 = "0wzdrfplwa4v9miv88rg3jvf7l6gphc29lpdp5qjm5873y57jxm7";
-  buildDepends = [ Cabal extensibleExceptions mtl ];
+  buildDepends = [ extensibleExceptions mtl ];
   meta = {
     homepage = "http://darcsden.com/jcpetruzza/MonadCatchIO-mtl";
     description = "Monad-transformer version of the Control.Exception module";