This commit is contained in:
Peter Simons 2012-09-10 14:11:19 +02:00
parent d7d1f995e6
commit 9a19904d32
2 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ cabal.mkDerivation (self: {
buildDepends = [
Diff filepath HUnit mtl parsec split time utf8String xml
];
jailbreak = true;
noHaddock = true;
jailbreak = true;
meta = {
description = "Interface for versioning file stores";
license = self.stdenv.lib.licenses.bsd3;

View File

@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ binary mtl ];
jailbreak = true;
noHaddock = true;
jailbreak = true;
meta = {
description = "Library and tool for parsing .eventlog files from GHC";
license = self.stdenv.lib.licenses.bsd3;