servant-auth-swagger: allow base-4.16

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

View File

@ -31,7 +31,7 @@ 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