Tablify-0.8.2: Tablify.cabal
Cabal-Version: >= 1.2
Name: Tablify
Version: 0.8.2
License: BSD3
License-File: LICENSE.txt
Author: Daniel Lyons
Homepage: http://www.storytotell.org/code/tablify
Category: Text
Copyright: © 2009-2011 Daniel Lyons
Synopsis: Tool to render CSV into tables of various formats
Build-Type: Simple
Maintainer: Daniel Lyons <fusion@storytotell.org>
Description: Tool to render CSV into tables of various formats, including HTML, tbl, and character art (both ASCII and Unicode)
Extra-Source-Files: README.txt
Executable tablify
Main-Is: Tablify.hs
Other-Modules: ASCII, CSV, Converter, ConTeXt, FixedWidth, LaTeX, HTML, TBL, Tablify, Unicode, Utilities
Build-Depends: base < 5, parsec < 4, xhtml
HS-Source-Dirs: src