haskell-uuid: cosmetic

This commit is contained in:
Peter Simons 2013-10-16 17:05:36 +02:00
parent 47ecc24c48
commit 7b73fa3853

View File

@ -12,8 +12,8 @@ cabal.mkDerivation (self: {
criterion deepseq HUnit mersenneRandomPure64 QuickCheck random
testFramework testFrameworkHunit testFrameworkQuickcheck2
];
doCheck = false;
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://projects.haskell.org/uuid/";
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";