2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-14 18:00:37 +01:00
|
|
|
{ cabal, Cabal, filepath, HTTP, network, random, zlib }:
|
2009-04-19 15:21:40 +02:00
|
|
|
|
2011-08-10 02:35:08 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-19 15:21:40 +02:00
|
|
|
pname = "cabal-install";
|
2011-08-10 02:35:08 +02:00
|
|
|
version = "0.6.2";
|
2009-04-19 15:21:40 +02:00
|
|
|
sha256 = "d8ea91bd0a2a624ab1cf52ddfe48cef02b532bb5e2fcda3fd72ca51efc04b41a";
|
2011-08-10 02:35:08 +02:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2012-02-14 18:00:37 +01:00
|
|
|
buildDepends = [ Cabal filepath HTTP network random zlib ];
|
2009-04-19 15:21:40 +02:00
|
|
|
meta = {
|
2011-08-10 02:35:08 +02:00
|
|
|
homepage = "http://www.haskell.org/cabal/";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "The command-line interface for Cabal and Hackage";
|
2011-08-10 02:35:08 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 00:35:38 +02:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2009-04-19 15:21:40 +02:00
|
|
|
};
|
|
|
|
})
|