Skip to content

Commit 7c012d7

Browse files
committed
servant-auth-client: Excluding tests against GHC 9
1 parent 48d22a3 commit 7c012d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ test-suite spec
5959
, servant-auth
6060
, servant
6161
, servant-auth-client
62-
62+
if impl(ghc >= 9)
63+
buildable: False
64+
6365
-- test dependencies
6466
build-depends:
6567
hspec >= 2.5.5 && < 2.9

0 commit comments

Comments
 (0)