change servant-auth repo url in cabal files
This commit is contained in:
parent
119e54a800
commit
05674e4870
5 changed files with 20 additions and 20 deletions
|
@ -6,10 +6,10 @@ description: This package provides instances that allow generating clients fr
|
||||||
APIs that use
|
APIs that use
|
||||||
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant-auth#readme
|
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant-auth/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
copyright: (c) Julian K. Arni
|
copyright: (c) Julian K. Arni
|
||||||
|
@ -23,7 +23,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell-servant/servant-auth
|
location: https://github.com/haskell-servant/servant
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
|
|
@ -6,10 +6,10 @@ description: This package provides instances that allow generating docs from
|
||||||
APIs that use
|
APIs that use
|
||||||
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant-auth#readme
|
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant-auth/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
copyright: (c) Julian K. Arni
|
copyright: (c) Julian K. Arni
|
||||||
|
@ -27,7 +27,7 @@ custom-setup
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell-servant/servant-auth
|
location: https://github.com/haskell-servant/servant
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
|
|
@ -6,10 +6,10 @@ description: This package provides the required instances for using the @Auth
|
||||||
.
|
.
|
||||||
Both cookie- and token- (REST API) based authentication is provided.
|
Both cookie- and token- (REST API) based authentication is provided.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant-auth#readme
|
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant-auth/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
copyright: (c) Julian K. Arni
|
copyright: (c) Julian K. Arni
|
||||||
|
@ -23,7 +23,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell-servant/servant-auth
|
location: https://github.com/haskell-servant/servant
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
|
|
@ -6,10 +6,10 @@ description: This package provides instances that allow generating swagger2 s
|
||||||
APIs that use
|
APIs that use
|
||||||
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
<https://hackage.haskell.org/package/servant-auth servant-auth's> @Auth@ combinator.
|
||||||
.
|
.
|
||||||
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant-auth#readme README>.
|
For a quick overview of the usage, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant-auth#readme
|
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant-auth/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
copyright: (c) Julian K. Arni
|
copyright: (c) Julian K. Arni
|
||||||
|
@ -23,7 +23,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell-servant/servant-auth
|
location: https://github.com/haskell-servant/servant
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
|
|
@ -8,10 +8,10 @@ description: This package provides an @Auth@ combinator for 'servant'. This c
|
||||||
'servant-auth' additionally provides concrete authentication schemes, such
|
'servant-auth' additionally provides concrete authentication schemes, such
|
||||||
as Basic Access Authentication, JSON Web Tokens, and Cookies.
|
as Basic Access Authentication, JSON Web Tokens, and Cookies.
|
||||||
.
|
.
|
||||||
For more details on how to use this, see the <http://github.com/haskell-servant/servant-auth#readme README>.
|
For more details on how to use this, see the <http://github.com/haskell-servant/servant/servant-auth#readme README>.
|
||||||
category: Web, Servant, Authentication
|
category: Web, Servant, Authentication
|
||||||
homepage: http://github.com/haskell-servant/servant-auth#readme
|
homepage: http://github.com/haskell-servant/servant/servant-auth#readme
|
||||||
bug-reports: https://github.com/haskell-servant/servant-auth/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
author: Julian K. Arni
|
author: Julian K. Arni
|
||||||
maintainer: jkarni@gmail.com
|
maintainer: jkarni@gmail.com
|
||||||
copyright: (c) Julian K. Arni
|
copyright: (c) Julian K. Arni
|
||||||
|
@ -25,7 +25,7 @@ extra-source-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell-servant/servant-auth
|
location: https://github.com/haskell-servant/servant
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
|
|
Loading…
Reference in a new issue