From 8073c848092099d125eca8ab7c59d9dce7d77bcb Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 17 Jan 2015 11:08:46 -0800 Subject: [PATCH] More informative cabal file for hackage release --- postgrest.cabal | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index fd0ea9f0f..f0f0bede0 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -1,9 +1,13 @@ name: postgrest +description: Reads the schema of a PostgreSQL database and creates RESTful routes + for the tables and views, supporting all HTTP verbs that security + permits. version: 0.2.5.0 -synopsis: The database is your api +synopsis: REST API for any Postgres database license: MIT license-file: LICENSE author: Joe Nelson, Adam Baker +homepage: https://github.com/begriffs/postgrest maintainer: cred+github@begriffs.com category: Web build-type: Simple @@ -11,7 +15,7 @@ cabal-version: >=1.10 executable postgrest main-is: Main.hs - ghc-options: -Wall -W -Werror -O2 + ghc-options: -Wall -W -O2 default-language: Haskell2010 default-extensions: OverloadedStrings other-extensions: QuasiQuotes