From 17607212b35697ff33e6d862160f8c2a9fe3cf50 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 8 Dec 2014 11:00:26 +0100 Subject: [PATCH] cabal file typos --- servant.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servant.cabal b/servant.cabal index 1bf80bfe..94aaf619 100644 --- a/servant.cabal +++ b/servant.cabal @@ -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 guide. + You can learn about the basics in 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 too. . > {-# LANGUAGE DataKinds #-}