From 304feb380cf54548faa6ded85b0c46f0640ae152 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 3 May 2013 16:36:23 +0200 Subject: [PATCH] haskell-authenticate-oauth: jailbreak to support crypto-pubkey-types 0.3.x --- .../development/libraries/haskell/authenticate-oauth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/authenticate-oauth/default.nix b/pkgs/development/libraries/haskell/authenticate-oauth/default.nix index 445cf0a90388..60cd5ffb73a4 100644 --- a/pkgs/development/libraries/haskell/authenticate-oauth/default.nix +++ b/pkgs/development/libraries/haskell/authenticate-oauth/default.nix @@ -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";