Skip to content

Commit

Permalink
Merge pull request #1596 from haskell-servant/maksbotan/servant-auth-…
Browse files Browse the repository at this point in the history
…ghc9.2

servant-auth-swagger: allow base-4.16
  • Loading branch information
maksbotan committed Jul 17, 2022
2 parents 489cbd5 + 43c5733 commit f0e2316
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions servant-auth/servant-auth-swagger/servant-auth-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ library
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
ghc-options: -Wall
build-depends:
base >= 4.10 && < 4.16
base >= 4.10 && < 4.17
, text >= 1.2.3.0 && < 2.1
, servant-swagger >= 1.1.5 && < 2
, swagger2 >= 2.2.2 && < 3
, 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
Expand All @@ -61,8 +59,6 @@ test-suite spec
, servant
, servant-auth
, lens
if impl(ghc >= 9)
buildable: False

-- test dependencies
build-depends:
Expand Down

0 comments on commit f0e2316

Please sign in to comment.