From 7c012d70d38b6d6a037f0424a8bdfecb0defac8a Mon Sep 17 00:00:00 2001 From: akhesacaro Date: Tue, 26 Oct 2021 18:56:55 +0200 Subject: [PATCH] servant-auth-client: Excluding tests against GHC 9 --- servant-auth/servant-auth-client/servant-auth-client.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/servant-auth/servant-auth-client/servant-auth-client.cabal b/servant-auth/servant-auth-client/servant-auth-client.cabal index edddde2e..6c8484db 100644 --- a/servant-auth/servant-auth-client/servant-auth-client.cabal +++ b/servant-auth/servant-auth-client/servant-auth-client.cabal @@ -59,7 +59,9 @@ test-suite spec , servant-auth , servant , servant-auth-client - + if impl(ghc >= 9) + buildable: False + -- test dependencies build-depends: hspec >= 2.5.5 && < 2.9