servant-auth-swagger: buildable on GHC 9

This commit is contained in:
Maxim Koltsov 2022-07-17 20:48:52 +03:00
parent 1833ef0d6e
commit 43c57332dd
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442
1 changed files with 0 additions and 4 deletions

View File

@ -38,8 +38,6 @@ library
, servant >= 0.13 && < 0.20
, servant-auth == 0.4.*
, lens >= 4.16.1 && < 5.2
if impl(ghc >= 9)
buildable: False
exposed-modules:
Servant.Auth.Swagger
default-language: Haskell2010
@ -61,8 +59,6 @@ test-suite spec
, servant
, servant-auth
, lens
if impl(ghc >= 9)
buildable: False
-- test dependencies
build-depends: