haskell-certificate: jailbreak to fix build with recent versions of 'pem'

This commit is contained in:
Peter Simons 2013-09-18 10:37:05 +02:00
parent 4ea16fd9b7
commit 5599935db1

View file

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
buildDepends = [
asn1Data cryptohash cryptoPubkeyTypes filepath mtl pem time
];
jailbreak = true;
meta = {
homepage = "http://github.com/vincenthz/hs-certificate";
description = "Certificates and Key Reader/Writer";