better docs for blaze-colonnade

This commit is contained in:
Andrew Martin 2019-06-24 09:19:35 -04:00
parent 91c45de4d1
commit fba97c405b

View File

@ -1,16 +1,19 @@
name: blaze-colonnade name: blaze-colonnade
version: 1.2.2.1 version: 1.2.2.1
synopsis: Helper functions for using blaze-html with colonnade synopsis: blaze-html backend for colonnade
description: Blaze HTML and colonnade description:
homepage: https://github.com/andrewthad/colonnade#readme This library provides a backend for using blaze-html with colonnade.
license: BSD3 It generates standard HTML tables with `<table>`, `<tbody>`, `<thead>`,
license-file: LICENSE `<tr>`, `<th>`, and `<td>`.
author: Andrew Martin homepage: https://github.com/andrewthad/colonnade#readme
maintainer: andrew.thaddeus@gmail.com license: BSD3
copyright: 2017 Andrew Martin license-file: LICENSE
category: web author: Andrew Martin
build-type: Simple maintainer: andrew.thaddeus@gmail.com
cabal-version: >=1.10 copyright: 2017 Andrew Martin
category: web
build-type: Simple
cabal-version: >=1.10
-- Note: There is a dependency on profunctors whose only -- Note: There is a dependency on profunctors whose only
-- purpose is to make doctest work correctly. Since this -- purpose is to make doctest work correctly. Since this