changing servant-swagger info
This commit is contained in:
parent
bcb484774e
commit
42ceb3916d
2 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
# servant-swagger
|
# servant-swagger
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/haskell-servant/servant-swagger.svg?branch=master)](https://travis-ci.org/haskell-servant/servant-swagger)
|
|
||||||
[![Hackage](https://img.shields.io/hackage/v/servant-swagger.svg)](http://hackage.haskell.org/package/servant-swagger)
|
[![Hackage](https://img.shields.io/hackage/v/servant-swagger.svg)](http://hackage.haskell.org/package/servant-swagger)
|
||||||
[![Stackage LTS](http://stackage.org/package/servant-swagger/badge/lts)](http://stackage.org/lts/package/servant-swagger)
|
[![Stackage LTS](http://stackage.org/package/servant-swagger/badge/lts)](http://stackage.org/lts/package/servant-swagger)
|
||||||
[![Stackage Nightly](http://stackage.org/package/servant-swagger/badge/nightly)](http://stackage.org/nightly/package/servant-swagger)
|
[![Stackage Nightly](http://stackage.org/package/servant-swagger/badge/nightly)](http://stackage.org/nightly/package/servant-swagger)
|
||||||
|
@ -25,7 +24,7 @@ Generated Swagger specification then can be used for many things such as
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
Please refer to [haddock documentation](http://hackage.haskell.org/package/servant-swagger).
|
Please refer to [haddock documentation](http://hackage.haskell.org/package/servant/servant-swagger).
|
||||||
|
|
||||||
Some examples can be found in [`example/` directory](/example).
|
Some examples can be found in [`example/` directory](/example).
|
||||||
|
|
||||||
|
@ -43,5 +42,5 @@ Many Swagger tools, including server and client code generation for many languag
|
||||||
|
|
||||||
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
|
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
|
||||||
|
|
||||||
Please report bugs via the [github issue tracker](https://github.com/haskell-servant/servant-swagger/issues).
|
Please report bugs via the [github issue tracker](https://github.com/haskell-servant/servant/issues).
|
||||||
|
|
||||||
|
|
|
@ -18,17 +18,17 @@ description:
|
||||||
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
|
* generating clients and servers in many languages using [Swagger Codegen](http://swagger.io/swagger-codegen/);
|
||||||
.
|
.
|
||||||
* and [many others](http://swagger.io/open-source-integrations/).
|
* and [many others](http://swagger.io/open-source-integrations/).
|
||||||
homepage: https://github.com/haskell-servant/servant-swagger
|
homepage: https://github.com/haskell-servant/servant/servant-swagger
|
||||||
bug-reports: https://github.com/haskell-servant/servant-swagger/issues
|
bug-reports: https://github.com/haskell-servant/servant/issues
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: David Johnson, Nickolay Kudasov
|
author: Servant Contributors
|
||||||
maintainer: nickolay.kudasov@gmail.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: (c) 2015-2018, Servant contributors
|
copyright: (c) 2015-2018, Servant contributors
|
||||||
category: Web, Servant, Swagger
|
category: Web, Servant, Swagger
|
||||||
build-type: Custom
|
build-type: Custom
|
||||||
cabal-version: 1.18
|
cabal-version: 1.18
|
||||||
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
|
tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
|
@ -45,7 +45,7 @@ extra-doc-files:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell-servant/servant-swagger.git
|
location: https://github.com/haskell-servant/servant.git
|
||||||
|
|
||||||
custom-setup
|
custom-setup
|
||||||
setup-depends:
|
setup-depends:
|
||||||
|
|
Loading…
Reference in a new issue