packages feed

HaTeX-2.1.3: HaTeX.cabal

Name:           HaTeX
Version:        2.1.3
Author:         Daniel Diaz
Homepage:       http://ddiaz.asofilak.es/packages/HaTeX
License:        BSD3
License-file:   license
Maintainer:     Daniel Diaz <danieldiaz@asofilak.es>
Category:       Text
Synopsis:       Monadic tool for write LaTeX files.
Description:    
         See <http://www.haskell.org/haskellwiki/HaTeX> for a brief introduction.
         Also included in Text.LaTeX module API documentation.
         .
         More information in /HaTeX, a monadic perspective of LaTeX/, available in the package homepage.
         .
         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:
         .
         * Modified some documentation.
         .
         * Updated to some changes in dependencies.
Extensions:     OverloadedStrings , FlexibleInstances , TypeSynonymInstances
Build-type:     Simple
Build-depends:  base == 4.*
              , mtl
              , dstring
              , 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