Re-generate Haskell packages with cabal2nix.

This commit is contained in:
Peter Simons
2014-07-19 21:12:04 +02:00
parent 2405a94701
commit 713379c658
25 changed files with 46 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ cabal.mkDerivation (self: {
sha256 = "0dsc5dx5zcxf5wd2qf6gqzr8d613z1gkllmzzkbny3lxa512crsw";
isLibrary = true;
isExecutable = true;
jailbreak = true;
buildDepends = [
Cabal downloadCurl either filepath hackageDb MissingH monadLoops
tar text transformers yaml zlib
];
jailbreak = true;
meta = {
homepage = "http://github.com/aloiscochard/codex";
description = "A ctags file generator for cabal project dependencies";