haskell-tls-extra: jailbreak to fix build with recent versions of cipher-aes

This commit is contained in:
Peter Simons 2013-08-11 19:25:32 +02:00
parent 35221e2be3
commit db322400df

View file

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
certificate cipherAes cipherRc4 cryptohash cryptoPubkey
cryptoRandomApi mtl network pem text time tls vector
];
jailbreak = true;
meta = {
homepage = "http://github.com/vincenthz/hs-tls";
description = "TLS extra default values and helpers";