cabal file typos

This commit is contained in:
Alp Mestanogullari 2014-12-08 11:00:26 +01:00
parent 55eb020d10
commit 17607212b3

View file

@ -4,9 +4,9 @@ synopsis: A family of combinators for defining webservices APIs and s
description: description:
A family of combinators for defining webservices APIs and serving them A family of combinators for defining webservices APIs and serving them
. .
You can learn about the basic in <http://haskell-servant.github.io/getting-started/ the getting started> guide. You can learn about the basics in <http://haskell-servant.github.io/getting-started/ the getting started> guide.
. .
Here's a runnable example, with comments that defines a dummy API and Here's a runnable example, with comments, that defines a dummy API and
implements a webserver that serves this API. You can find it <https://github.com/haskell-servant/servant/blob/master/example/greet.hs here> too. implements a webserver that serves this API. You can find it <https://github.com/haskell-servant/servant/blob/master/example/greet.hs here> too.
. .
> {-# LANGUAGE DataKinds #-} > {-# LANGUAGE DataKinds #-}