mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
haskell-authenticate-oauth: jailbreak to support crypto-pubkey-types 0.3.x
This commit is contained in:
parent
7636315648
commit
304feb380c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user