Merge pull request #202 from proger/patch-1

Dead link in servant.cabal
This commit is contained in:
Christian Marie 2015-08-24 21:16:17 +10:00
commit e5492bf323

View File

@ -6,7 +6,7 @@ description:
.
You can learn about the basics in the <http://haskell-servant.github.io/tutorial tutorial>.
.
<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/blob/master/servant-server/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.
.
<https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md CHANGELOG>