haskellPackages.servant-foreign: allow hspec >= 2.10

This commit is contained in:
sternenseemann 2023-08-30 23:44:58 +02:00
parent aa78902905
commit ae6630cb5b

View file

@ -1150,9 +1150,11 @@ self: super: {
github-backup = doJailbreak super.github-backup;
# 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-client = dontCheck super.servant-auth-client;
# Allow lens-aeson >= 1.2 https://github.com/haskell-servant/servant/issues/1703
servant-auth-server = doJailbreak super.servant-auth-server;
# Allow hspec >= 2.10 https://github.com/haskell-servant/servant/issues/1704
servant-foreign = doJailbreak super.servant-foreign;
# Generate cli completions for dhall.
dhall = self.generateOptparseApplicativeCompletions [ "dhall" ] super.dhall;