Add link to changelogs in cabal file
This commit is contained in:
parent
4ab74434b3
commit
669fb6e371
5 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,8 @@ description:
|
||||||
> getAllBooks :: BaseUrl -> EitherT String IO [Book]
|
> getAllBooks :: BaseUrl -> EitherT String IO [Book]
|
||||||
> postNewBook :: Book -> BaseUrl -> EitherT String IO Book
|
> postNewBook :: Book -> BaseUrl -> EitherT String IO Book
|
||||||
> (getAllBooks :<|> postNewBook) = client myApi
|
> (getAllBooks :<|> postNewBook) = client myApi
|
||||||
|
.
|
||||||
|
<https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md CHANGELOG>
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni
|
author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni
|
||||||
|
|
|
@ -5,6 +5,8 @@ description:
|
||||||
Library for generating API docs from a servant API definition.
|
Library for generating API docs from a servant API definition.
|
||||||
.
|
.
|
||||||
Runnable example <https://github.com/haskell-servant/servant-docs/blob/master/example/greet.hs here>.
|
Runnable example <https://github.com/haskell-servant/servant-docs/blob/master/example/greet.hs here>.
|
||||||
|
.
|
||||||
|
<https://github.com/haskell-servant/servant/blob/master/servant-docs/CHANGELOG.md CHANGELOG>
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni
|
author: Alp Mestanogullari, Sönke Hahn, Julian K. Arni
|
||||||
|
|
|
@ -7,6 +7,8 @@ description:
|
||||||
You can find an example <https://github.com/haskell-servant/servant/blob/master/servant-jquery/examples/counter.hs here>
|
You can find an example <https://github.com/haskell-servant/servant/blob/master/servant-jquery/examples/counter.hs here>
|
||||||
which serves the generated javascript to a webpage that allows you to trigger
|
which serves the generated javascript to a webpage that allows you to trigger
|
||||||
webservice calls.
|
webservice calls.
|
||||||
|
.
|
||||||
|
<https://github.com/haskell-servant/servant/blob/master/servant-jquery/CHANGELOG.md CHANGELOG>
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Alp Mestanogullari
|
author: Alp Mestanogullari
|
||||||
|
|
|
@ -10,6 +10,8 @@ description:
|
||||||
<https://github.com/haskell-servant/servant/blob/master/servant-server/example/greet.hs Here>
|
<https://github.com/haskell-servant/servant/blob/master/servant-server/example/greet.hs Here>
|
||||||
is a runnable example, with comments, that defines a dummy API and implements
|
is a runnable example, with comments, that defines a dummy API and implements
|
||||||
a webserver that serves this API, using this package.
|
a webserver that serves this API, using this package.
|
||||||
|
.
|
||||||
|
<https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md CHANGELOG>
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
Bug-reports: http://github.com/haskell-servant/servant/issues
|
Bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
|
|
@ -8,6 +8,8 @@ description:
|
||||||
.
|
.
|
||||||
<https://github.com/haskell-servant/servant-server/blob/master/example/greet.hs Here>'s a runnable example, with comments, that defines a dummy API and
|
<https://github.com/haskell-servant/servant-server/blob/master/example/greet.hs Here>'s a runnable example, with comments, that defines a dummy API and
|
||||||
implements a webserver that serves this API, using the <http://hackage.haskell.org/package/servant-server servant-server> package.
|
implements a webserver that serves this API, using the <http://hackage.haskell.org/package/servant-server servant-server> package.
|
||||||
|
.
|
||||||
|
<https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md CHANGELOG>
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
Bug-reports: http://github.com/haskell-servant/servant/issues
|
Bug-reports: http://github.com/haskell-servant/servant/issues
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
|
Loading…
Reference in a new issue