packages feed

latex-0.1.0.2: latex.cabal

Name:             latex
Version:          0.1.0.2
License:          BSD3
License-File:     LICENSE
Author:           Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
Homepage:         http://www.haskell.org/haskellwiki/LaTeX
Category:         Text
Synopsis:         Parse, format and process LaTeX files
Description:
  Currently the package only provides
  conversion between LaTeX escape sequences and Unicode characters.
  It is used in the @bibtex@ package.
  .
  In the future we might add support
  for formatting Haskell values in LaTeX markup
  for automated report generation.
  .
  See the packages @HaTeX@ for LaTeX document generation
  and @pandoc@ for document analysis and generation in multiple markup languages.
Tested-With:      GHC==6.12.3, GHC==7.4.1
Cabal-Version:    >=1.6
Build-Type:       Simple
Source-Repository head
  type:     darcs
  location: http://code.haskell.org/~thielema/latex/

Source-Repository this
  tag:      0.1.0.2
  type:     darcs
  location: http://code.haskell.org/~thielema/latex/

Library
  Build-Depends:
    containers >= 0.1 && <0.6,
    utility-ht >=0.0.5 && <0.1,
    base >= 3 && <5

  GHC-Options:      -Wall
  Hs-Source-Dirs:   src
  Exposed-Modules:
    Text.LaTeX.Character