Skip to content

Commit 43c5733

Browse files
committed
servant-auth-swagger: buildable on GHC 9
1 parent 1833ef0 commit 43c5733

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

servant-auth/servant-auth-swagger/servant-auth-swagger.cabal

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ library
3838
, servant >= 0.13 && < 0.20
3939
, servant-auth == 0.4.*
4040
, lens >= 4.16.1 && < 5.2
41-
if impl(ghc >= 9)
42-
buildable: False
4341
exposed-modules:
4442
Servant.Auth.Swagger
4543
default-language: Haskell2010
@@ -61,8 +59,6 @@ test-suite spec
6159
, servant
6260
, servant-auth
6361
, lens
64-
if impl(ghc >= 9)
65-
buildable: False
6662

6763
-- test dependencies
6864
build-depends:

0 commit comments

Comments
 (0)