about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/path-pieces/0.1.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/path-pieces/0.1.0.nix')
-rwxr-xr-xpkgs/development/libraries/haskell/path-pieces/0.1.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/path-pieces/0.1.0.nix b/pkgs/development/libraries/haskell/path-pieces/0.1.0.nix
index 9c3c8dbc79afc..118c025a94ede 100755
--- a/pkgs/development/libraries/haskell/path-pieces/0.1.0.nix
+++ b/pkgs/development/libraries/haskell/path-pieces/0.1.0.nix
@@ -1,10 +1,10 @@
-{ cabal, text }:
+{ cabal, Cabal, text }:
 
 cabal.mkDerivation (self: {
   pname = "path-pieces";
   version = "0.1.0";
   sha256 = "12dgiq2pz94pwa5v5wv96ps0nl5w23r44nnp4lm4cdhl063c9w8d";
-  buildDepends = [ text ];
+  buildDepends = [ Cabal text ];
   meta = {
     homepage = "http://github.com/snoyberg/path-pieces";
     description = "Components of paths";