From fba97c405bf94d5e13fd32d2fe7815f31405d09c Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Mon, 24 Jun 2019 09:19:35 -0400 Subject: [PATCH] better docs for blaze-colonnade --- blaze-colonnade/blaze-colonnade.cabal | 29 +++++++++++++++------------ 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/blaze-colonnade/blaze-colonnade.cabal b/blaze-colonnade/blaze-colonnade.cabal index c2dff1b..6181e7a 100644 --- a/blaze-colonnade/blaze-colonnade.cabal +++ b/blaze-colonnade/blaze-colonnade.cabal @@ -1,16 +1,19 @@ -name: blaze-colonnade -version: 1.2.2.1 -synopsis: Helper functions for using blaze-html with colonnade -description: Blaze HTML and colonnade -homepage: https://github.com/andrewthad/colonnade#readme -license: BSD3 -license-file: LICENSE -author: Andrew Martin -maintainer: andrew.thaddeus@gmail.com -copyright: 2017 Andrew Martin -category: web -build-type: Simple -cabal-version: >=1.10 +name: blaze-colonnade +version: 1.2.2.1 +synopsis: blaze-html backend for colonnade +description: + This library provides a backend for using blaze-html with colonnade. + It generates standard HTML tables with ``, ``, ``, + ``, `
`, and ``. +homepage: https://github.com/andrewthad/colonnade#readme +license: BSD3 +license-file: LICENSE +author: Andrew Martin +maintainer: andrew.thaddeus@gmail.com +copyright: 2017 Andrew Martin +category: web +build-type: Simple +cabal-version: >=1.10 -- Note: There is a dependency on profunctors whose only -- purpose is to make doctest work correctly. Since this