about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPascal Wittmann <pascal.wittmann@red6-es.de>2017-04-28 14:40:06 +0200
committerPascal Wittmann <pascal.wittmann@red6-es.de>2017-04-28 14:40:26 +0200
commit959fadb86ec9a523767c6da71fa0df544bae8844 (patch)
tree405714def1fc654ca859af5bb6550add788558cb
parent38c98d1072050dd0a1bbca5a25ebdc43d06f091f (diff)
downloadnixlib-959fadb86ec9a523767c6da71fa0df544bae8844.tar
nixlib-959fadb86ec9a523767c6da71fa0df544bae8844.tar.gz
nixlib-959fadb86ec9a523767c6da71fa0df544bae8844.tar.bz2
nixlib-959fadb86ec9a523767c6da71fa0df544bae8844.tar.lz
nixlib-959fadb86ec9a523767c6da71fa0df544bae8844.tar.xz
nixlib-959fadb86ec9a523767c6da71fa0df544bae8844.tar.zst
nixlib-959fadb86ec9a523767c6da71fa0df544bae8844.zip
yesod-auth-oauth2: jailbreak because of outdated dependencies
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
index 8eb87279c79e..d91d25b8d317 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
@@ -52,4 +52,8 @@ self: super: {
   # http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715
   vector-algorithms = dontCheck super.vector-algorithms;
 
+  # https://github.com/thoughtbot/yesod-auth-oauth2/pull/77
+  yesod-auth-oauth2 = doJailbreak super.yesod-auth-oauth2;
+
+
 }