servant-auth-client: Excluding tests against GHC 9
This commit is contained in:
parent
48d22a35b8
commit
7c012d70d3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue