3
0
Fork 0
forked from mirrors/nixpkgs

haskell-uuid: jailbreak to fix build with recent cryptohash

This commit is contained in:
Peter Simons 2013-10-10 19:51:02 +02:00
parent f3e8d77ebf
commit 4cd2771345

View file

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
testFramework testFrameworkHunit testFrameworkQuickcheck2
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "http://projects.haskell.org/uuid/";
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";