Tweaks for 0.10 (#694)
* Add Servant category to in-repo packages * Add version table
This commit is contained in:
parent
29f94a6440
commit
736918a694
6 changed files with 24 additions and 5 deletions
19
README.md
19
README.md
|
@ -16,6 +16,25 @@ Other blog posts, videos and slides can be found on the
|
||||||
If you need help, drop by the IRC channel (#servant on freenode) or [mailing
|
If you need help, drop by the IRC channel (#servant on freenode) or [mailing
|
||||||
list](https://groups.google.com/forum/#!forum/haskell-servant).
|
list](https://groups.google.com/forum/#!forum/haskell-servant).
|
||||||
|
|
||||||
|
## Version history
|
||||||
|
|
||||||
|
This table lists the versions of some `servant-` libraries at the point of
|
||||||
|
release of `servant` package.
|
||||||
|
|
||||||
|
| | **0.10** |
|
||||||
|
| ------------------- | -------- |
|
||||||
|
| servant | 0.10 |
|
||||||
|
| servant-blaze | 0.7.1 |
|
||||||
|
| servant-cassava | 0.7 |
|
||||||
|
| servant-client | 0.10 |
|
||||||
|
| servant-docs | 0.10 |
|
||||||
|
| servant-foreign | 0.10 |
|
||||||
|
| servant-js | 0.9.1 |
|
||||||
|
| servant-lucid | 0.7.1 |
|
||||||
|
| servant-mock | 0.8.1.1 |
|
||||||
|
| servant-server | 0.10 |
|
||||||
|
| servant-swagger | 1.1.2.1 |
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
See `CONTRIBUTING.md`
|
See `CONTRIBUTING.md`
|
||||||
|
|
|
@ -13,7 +13,7 @@ license-file: LICENSE
|
||||||
author: Servant Contributors
|
author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
||||||
category: Web
|
category: Servant Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
|
|
|
@ -12,7 +12,7 @@ license-file: LICENSE
|
||||||
author: Servant Contributors
|
author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
||||||
category: Web
|
category: Servant Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
|
|
|
@ -14,7 +14,7 @@ license-file: LICENSE
|
||||||
author: Servant Contributors
|
author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2015-2016 Servant Contributors
|
copyright: 2015-2016 Servant Contributors
|
||||||
category: Web
|
category: Servant Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
|
|
|
@ -18,7 +18,7 @@ license-file: LICENSE
|
||||||
author: Servant Contributors
|
author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
||||||
category: Web
|
category: Servant Web
|
||||||
build-type: Custom
|
build-type: Custom
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
|
|
|
@ -14,7 +14,7 @@ license-file: LICENSE
|
||||||
author: Servant Contributors
|
author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
|
||||||
category: Web
|
category: Servant Web
|
||||||
build-type: Custom
|
build-type: Custom
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
tested-with: GHC >= 7.8
|
tested-with: GHC >= 7.8
|
||||||
|
|
Loading…
Reference in a new issue