haskell-uuid: jailbreak to fix build with recent cryptohash
This commit is contained in:
parent
f3e8d77ebf
commit
4cd2771345
|
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/uuid/";
|
homepage = "http://projects.haskell.org/uuid/";
|
||||||
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
|
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
|
||||||
|
|
Loading…
Reference in New Issue