nixpkgs/pkgs/development/tools/haskell/codex/default.nix

24 lines
742 B
Nix
Raw Normal View History

# 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";
version = "0.1.0.2";
sha256 = "0dsc5dx5zcxf5wd2qf6gqzr8d613z1gkllmzzkbny3lxa512crsw";
2014-05-23 16:55:12 +02:00
isLibrary = true;
isExecutable = true;
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;
};
})