Skip to content

Commit

Permalink
servant-auth bumps
Browse files Browse the repository at this point in the history
Can't make revisions due to BSD3 -> BSD-3-Clause change, Hackage does
not accept previous license, and can't change to new one.
  • Loading branch information
maksbotan committed Jun 25, 2023
1 parent 10ab375 commit b5f0e9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-client/servant-auth-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-auth-client
version: 0.4.1.0
version: 0.4.1.1
synopsis: servant-client/servant-auth compatibility
description: This package provides instances that allow generating clients from
<https://hackage.haskell.org/package/servant servant>
Expand Down
4 changes: 2 additions & 2 deletions servant-auth/servant-auth-docs/servant-auth-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-auth-docs
version: 0.2.10.0
version: 0.2.10.1
synopsis: servant-docs/servant-auth compatibility
description: This package provides instances that allow generating docs from
<https://hackage.haskell.org/package/servant servant>
Expand All @@ -23,7 +23,7 @@ extra-source-files:

custom-setup
setup-depends:
base, Cabal, cabal-doctest >=1.0.6 && <1.1
base < 4.19, Cabal < 4, cabal-doctest >=1.0.6 && <1.1

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-server/servant-auth-server.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-auth-server
version: 0.4.7.0
version: 0.4.8.0
synopsis: servant-server/servant-auth compatibility
description: This package provides the required instances for using the @Auth@ combinator
in your 'servant' server.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-auth-swagger
version: 0.2.10.1
version: 0.2.10.2
synopsis: servant-swagger/servant-auth compatibility
description: This package provides instances that allow generating swagger2 schemas from
<https://hackage.haskell.org/package/servant servant>
Expand Down

0 comments on commit b5f0e9e

Please sign in to comment.