summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix b/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
index 946abea0add..52080c26a3b 100644
--- a/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
+++ b/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, extensibleExceptions, transformers }:
+{ cabal, extensibleExceptions, transformers }:
 
 cabal.mkDerivation (self: {
   pname = "MonadCatchIO-transformers";
   version = "0.2.2.3";
   sha256 = "1qwy9rrmf3kl7rb7v46n81xmrwy4xl63lfnlsiz1qc0hybjkl7m6";
-  buildDepends = [ Cabal extensibleExceptions transformers ];
+  buildDepends = [ extensibleExceptions transformers ];
   meta = {
     description = "Monad-transformer compatible version of the Control.Exception module";
     license = self.stdenv.lib.licenses.bsd3;