line2pdf-0.0.1: line2pdf.cabal
name: line2pdf
version: 0.0.1
copyright: 2008 Audrey Tang
license: BSD3
license-file: LICENSE
author: Audrey Tang <audreyt@audreyt.org>
maintainer: Audrey Tang <audreyt@audreyt.org>
synopsis: Simple command-line utility to convert text into PDF
description: Simple command-line utility to convert text into PDF
stability: experimental
build-type: Simple
category: Text
extra-source-files: README
executable: line2pdf
main-is: line2pdf.hs
extensions: ImplicitParams
build-depends: base, bytestring, containers
hs-source-dirs: .