cabal file typos
This commit is contained in:
parent
55eb020d10
commit
17607212b3
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ synopsis: A family of combinators for defining webservices APIs and s
|
|||
description:
|
||||
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.
|
||||
.
|
||||
> {-# LANGUAGE DataKinds #-}
|
||||
|
|
Loading…
Reference in a new issue