2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-23 17:58:48 +02:00
|
|
|
{ cabal, Cabal, downloadCurl, either, filepath, hackageDb, MissingH
|
2014-05-23 16:55:12 +02:00
|
|
|
, monadLoops, tar, text, transformers, yaml, zlib
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "codex";
|
2014-07-18 12:23:37 +02:00
|
|
|
version = "0.1.0.2";
|
|
|
|
sha256 = "0dsc5dx5zcxf5wd2qf6gqzr8d613z1gkllmzzkbny3lxa512crsw";
|
2014-05-23 16:55:12 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2014-07-19 00:59:55 +02:00
|
|
|
jailbreak = true;
|
2014-05-23 16:55:12 +02:00
|
|
|
buildDepends = [
|
2014-05-23 17:58:48 +02:00
|
|
|
Cabal downloadCurl either filepath hackageDb MissingH monadLoops
|
|
|
|
tar text transformers yaml zlib
|
2014-05-23 16:55:12 +02:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/aloiscochard/codex";
|
|
|
|
description = "A ctags file generator for cabal project dependencies";
|
2014-05-23 17:58:48 +02:00
|
|
|
license = self.stdenv.lib.licenses.asl20;
|
2014-05-23 16:55:12 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|