packages feed

HaTeX-2.1.1: HaTeX.cabal

Name:           HaTeX
Version:        2.1.1
Author:         Daniel Diaz
Homepage:       http://ddiaz.asofilak.es/packages/HaTeX
License:        BSD3
License-file:   license
Maintainer:     danieldiaz@asofilak.es
Category:       Text
Synopsis:       Library for write LaTeX code.
Description:    
         You can write LaTeX files using this package.
         See Text.LaTeX for a brief introduction.
         .
         Report any bug or suggestion to the author:
         .
         danieldiaz\@asofilak.es
         .
         Also, if you have an example where you use HaTeX, you could send it to the same email. Thanks in advance.
         .
         Changes from last version:
         .
         * Now, Text.LaTeX module re-export Data.String.
         .
         * Fixed some documentation.
Extensions:     OverloadedStrings , FlexibleInstances , TypeSynonymInstances
Build-type:     Simple
Build-depends:  base == 4.*
              , mtl
              , dstring
              , to-string-class
              , string-combinators
              , filepath
Cabal-version:  >= 1.6
Exposed-modules: Text.LaTeX
               , Text.LaTeX.Macro
               , Text.LaTeX.Commands
               , Text.LaTeX.Packages
               , Text.LaTeX.Arguments
               , Text.LaTeX.Define
               , Text.LaTeX.Monad
               , Text.LaTeX.Result