3
0
Fork 0
forked from mirrors/nixpkgs

haskell-authenticate-oauth: jailbreak to support current versions of RSA

This commit is contained in:
Peter Simons 2014-11-24 14:22:20 +01:00
parent 2440e27ee5
commit 4535d19f93

View file

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