summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/thespian/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/thespian/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/thespian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/thespian/default.nix b/pkgs/development/libraries/haskell/thespian/default.nix
index 713b548a463..d4108f0a012 100644
--- a/pkgs/development/libraries/haskell/thespian/default.nix
+++ b/pkgs/development/libraries/haskell/thespian/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, mtl }:
+{ cabal, mtl }:
 
 cabal.mkDerivation (self: {
   pname = "thespian";
   version = "0.999";
   sha256 = "0z3cqjcf6xr0z7g3s1jszcs39w43sl0793gl0qm3dklbginqbcnn";
-  buildDepends = [ Cabal mtl ];
+  buildDepends = [ mtl ];
   meta = {
     homepage = "http://bitbucket.org/alinabi/thespian";
     description = "Lightweight Erlang-style actors for Haskell";