Skip to content

Commit 1833ef0

Browse files
committed
servant-auth-swagger: allow base-4.16
1 parent 489cbd5 commit 1833ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
default-extensions: ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators
3232
ghc-options: -Wall
3333
build-depends:
34-
base >= 4.10 && < 4.16
34+
base >= 4.10 && < 4.17
3535
, text >= 1.2.3.0 && < 2.1
3636
, servant-swagger >= 1.1.5 && < 2
3737
, swagger2 >= 2.2.2 && < 3

0 commit comments

Comments
 (0)