haskell-authenticate-oauth: jailbreak to support crypto-pubkey-types 0.3.x

This commit is contained in:
Peter Simons 2013-05-03 16:36:23 +02:00
parent 7636315648
commit 304feb380c

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
cryptoPubkeyTypes dataDefault httpConduit httpTypes monadControl
random resourcet RSA SHA time transformers
];
jailbreak = true;
meta = {
homepage = "http://github.com/yesodweb/authenticate";
description = "Library to authenticate with OAuth for Haskell web applications";