diff options
Diffstat (limited to 'pkgs/development/libraries/haskell/download-curl/default.nix')
-rw-r--r-- | pkgs/development/libraries/haskell/download-curl/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/download-curl/default.nix b/pkgs/development/libraries/haskell/download-curl/default.nix index 81e88b8f58d53..42615e89e38f0 100644 --- a/pkgs/development/libraries/haskell/download-curl/default.nix +++ b/pkgs/development/libraries/haskell/download-curl/default.nix @@ -1,10 +1,10 @@ -{ cabal, curl, feed, tagsoup, xml }: +{ cabal, Cabal, curl, feed, tagsoup, xml }: cabal.mkDerivation (self: { pname = "download-curl"; version = "0.1.3"; sha256 = "17g5dnw4yxi4kf5x71bkk4wx1zl8yjs5dd34k6dgnw9wgkz97qw1"; - buildDepends = [ curl feed tagsoup xml ]; + buildDepends = [ Cabal curl feed tagsoup xml ]; meta = { homepage = "http://code.haskell.org/~dons/code/download-curl"; description = "High-level file download based on URLs"; |