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 5becbb2beec..03ff30d464f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -76,4 +76,6 @@ self: super: { active = doJailbreak super.active; + authenticate-oauth = doJailbreak super.authenticate-oauth; + }