Skip to content

Commit 736918a

Browse files
authored
Tweaks for 0.10 (#694)
* Add Servant category to in-repo packages * Add version table
1 parent 29f94a6 commit 736918a

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ Other blog posts, videos and slides can be found on the
1616
If you need help, drop by the IRC channel (#servant on freenode) or [mailing
1717
list](https://groups.google.com/forum/#!forum/haskell-servant).
1818

19+
## Version history
20+
21+
This table lists the versions of some `servant-` libraries at the point of
22+
release of `servant` package.
23+
24+
| | **0.10** |
25+
| ------------------- | -------- |
26+
| servant | 0.10 |
27+
| servant-blaze | 0.7.1 |
28+
| servant-cassava | 0.7 |
29+
| servant-client | 0.10 |
30+
| servant-docs | 0.10 |
31+
| servant-foreign | 0.10 |
32+
| servant-js | 0.9.1 |
33+
| servant-lucid | 0.7.1 |
34+
| servant-mock | 0.8.1.1 |
35+
| servant-server | 0.10 |
36+
| servant-swagger | 1.1.2.1 |
37+
1938
## Contributing
2039

2140
See `CONTRIBUTING.md`

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license-file: LICENSE
1313
author: Servant Contributors
1414
maintainer: [email protected]
1515
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
16-
category: Web
16+
category: Servant Web
1717
build-type: Simple
1818
cabal-version: >=1.10
1919
tested-with: GHC >= 7.8

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license-file: LICENSE
1212
author: Servant Contributors
1313
maintainer: [email protected]
1414
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
15-
category: Web
15+
category: Servant Web
1616
build-type: Simple
1717
cabal-version: >=1.10
1818
tested-with: GHC >= 7.8

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license-file: LICENSE
1414
author: Servant Contributors
1515
maintainer: [email protected]
1616
copyright: 2015-2016 Servant Contributors
17-
category: Web
17+
category: Servant Web
1818
build-type: Simple
1919
cabal-version: >=1.10
2020
extra-source-files:

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license-file: LICENSE
1818
author: Servant Contributors
1919
maintainer: [email protected]
2020
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
21-
category: Web
21+
category: Servant Web
2222
build-type: Custom
2323
cabal-version: >=1.10
2424
tested-with: GHC >= 7.8

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license-file: LICENSE
1414
author: Servant Contributors
1515
maintainer: [email protected]
1616
copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
17-
category: Web
17+
category: Servant Web
1818
build-type: Custom
1919
cabal-version: >=1.10
2020
tested-with: GHC >= 7.8

0 commit comments

Comments
 (0)