diff --git a/servant-auth/servant-auth-client/servant-auth-client.cabal b/servant-auth/servant-auth-client/servant-auth-client.cabal index b5fad596..b95366c0 100644 --- a/servant-auth/servant-auth-client/servant-auth-client.cabal +++ b/servant-auth/servant-auth-client/servant-auth-client.cabal @@ -7,9 +7,9 @@ description: This package provides instances that allow generating clients fr APIs that use @Auth@ combinator. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant/servant-auth#readme +homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com diff --git a/servant-auth/servant-auth-docs/servant-auth-docs.cabal b/servant-auth/servant-auth-docs/servant-auth-docs.cabal index f8c9a35f..a80defd1 100644 --- a/servant-auth/servant-auth-docs/servant-auth-docs.cabal +++ b/servant-auth/servant-auth-docs/servant-auth-docs.cabal @@ -7,9 +7,9 @@ description: This package provides instances that allow generating docs from APIs that use @Auth@ combinator. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant/servant-auth#readme +homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com diff --git a/servant-auth/servant-auth-server/servant-auth-server.cabal b/servant-auth/servant-auth-server/servant-auth-server.cabal index c70e2302..b9d52c75 100644 --- a/servant-auth/servant-auth-server/servant-auth-server.cabal +++ b/servant-auth/servant-auth-server/servant-auth-server.cabal @@ -7,9 +7,9 @@ description: This package provides the required instances for using the @Auth . Both cookie- and token- (REST API) based authentication is provided. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant/servant-auth#readme +homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com diff --git a/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal b/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal index 145e1e1c..51ab608d 100644 --- a/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal +++ b/servant-auth/servant-auth-swagger/servant-auth-swagger.cabal @@ -7,9 +7,9 @@ description: This package provides instances that allow generating swagger2 s APIs that use @Auth@ combinator. . - For a quick overview of the usage, see the . + For a quick overview of the usage, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant/servant-auth#readme +homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com @@ -63,7 +63,7 @@ test-suite spec , lens if impl(ghc >= 9) buildable: False - + -- test dependencies build-depends: servant-auth-swagger diff --git a/servant-auth/servant-auth/servant-auth.cabal b/servant-auth/servant-auth/servant-auth.cabal index d310a0f9..5c9a1517 100644 --- a/servant-auth/servant-auth/servant-auth.cabal +++ b/servant-auth/servant-auth/servant-auth.cabal @@ -9,9 +9,9 @@ description: This package provides an @Auth@ combinator for 'servant'. This c 'servant-auth' additionally provides concrete authentication schemes, such as Basic Access Authentication, JSON Web Tokens, and Cookies. . - For more details on how to use this, see the . + For more details on how to use this, see the . category: Web, Servant, Authentication -homepage: http://github.com/haskell-servant/servant/servant-auth#readme +homepage: https://github.com/haskell-servant/servant/tree/master/servant-auth#readme bug-reports: https://github.com/haskell-servant/servant/issues author: Julian K. Arni maintainer: jkarni@gmail.com diff --git a/servant-conduit/servant-conduit.cabal b/servant-conduit/servant-conduit.cabal index 9a641524..e20ba9b0 100644 --- a/servant-conduit/servant-conduit.cabal +++ b/servant-conduit/servant-conduit.cabal @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: http://github.com/haskell-servant/servant-conduit.git + location: http://github.com/haskell-servant/servant.git library exposed-modules: Servant.Conduit diff --git a/servant-machines/servant-machines.cabal b/servant-machines/servant-machines.cabal index 21b58633..ce335326 100644 --- a/servant-machines/servant-machines.cabal +++ b/servant-machines/servant-machines.cabal @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: http://github.com/haskell-servant/servant-machines.git + location: http://github.com/haskell-servant/servant.git library exposed-modules: Servant.Machines diff --git a/servant-pipes/servant-pipes.cabal b/servant-pipes/servant-pipes.cabal index 9b3e1151..8b5966b8 100644 --- a/servant-pipes/servant-pipes.cabal +++ b/servant-pipes/servant-pipes.cabal @@ -23,7 +23,7 @@ extra-source-files: source-repository head type: git - location: http://github.com/haskell-servant/servant-pipes.git + location: http://github.com/haskell-servant/servant.git library exposed-modules: Servant.Pipes diff --git a/servant-swagger/servant-swagger.cabal b/servant-swagger/servant-swagger.cabal index 3e6670f4..9b031ded 100644 --- a/servant-swagger/servant-swagger.cabal +++ b/servant-swagger/servant-swagger.cabal @@ -3,10 +3,10 @@ name: servant-swagger version: 1.1.11 synopsis: Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API. description: - Swagger is a project used to describe and document RESTful APIs. The core of the - project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/). - This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is - quite popular among developers in different languages. It has also existed for a longer time + Swagger is a project used to describe and document RESTful APIs. The core of the + project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/). + This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is + quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. . This package provides means to generate a Swagger/OAS specification for a Servant API @@ -19,7 +19,7 @@ description: * generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/); . * and [many others](http://swagger.io/open-source-integrations/). -homepage: https://github.com/haskell-servant/servant/servant-swagger +homepage: https://github.com/haskell-servant/servant/tree/master/servant-swagger#readme bug-reports: https://github.com/haskell-servant/servant/issues license: BSD-3-Clause license-file: LICENSE