From 37ed97a969ab5a532ae6e971987edadbed619a80 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 8 Mar 2022 12:45:47 +0100 Subject: [PATCH] haskellPackages.servant-auth-server: Jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c77a12e30c9..ed29e88466f8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -995,6 +995,7 @@ self: super: { # dontCheck: https://github.com/haskell-servant/servant-auth/issues/113 # doJailbreak: waiting on revision 1 to hit hackage servant-auth-client = doJailbreak (dontCheck super.servant-auth-client); + servant-auth-server = doJailbreak super.servant-auth-server; # Generate cli completions for dhall. dhall = generateOptparseApplicativeCompletion "dhall" super.dhall;