about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/attempt/0.3.1.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/attempt/0.3.1.1.nix')
-rw-r--r--pkgs/development/libraries/haskell/attempt/0.3.1.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/attempt/0.3.1.1.nix b/pkgs/development/libraries/haskell/attempt/0.3.1.1.nix
index 52a16a8ac1cc6..afdc3f473d2b0 100644
--- a/pkgs/development/libraries/haskell/attempt/0.3.1.1.nix
+++ b/pkgs/development/libraries/haskell/attempt/0.3.1.1.nix
@@ -1,10 +1,10 @@
-{ cabal, failure }:
+{ cabal, Cabal, failure }:
 
 cabal.mkDerivation (self: {
   pname = "attempt";
   version = "0.3.1.1";
   sha256 = "0yfn8mh7gy6nh689ic6sygf9d7lk44kpj2wahnljl53k6vw7smv5";
-  buildDepends = [ failure ];
+  buildDepends = [ Cabal failure ];
   meta = {
     homepage = "http://github.com/snoyberg/attempt/tree/master";
     description = "Concrete data type for handling extensible exceptions as failures";