Name: simplex Version: 0.3.3 Synopsis: A simple markup language that translates to LaTeX Description: A simple markup language that translates to LaTeX . See the PDF included in the cabal tarball to see how Simplex works. Category: LaTeX Stability: provisional License: GPL-3 License-File: LICENSE Author: Julian Fleischer Maintainer: Julian Fleischer Build-Type: Simple Cabal-Version: >= 1.6 Extra-Source-Files: Simplex-v0.3.pdf Homepage: http://github.com/scravy/simplex Source-Repository head type: git location: https://github.com/scravy/simplex.git Source-Repository this type: git location: https://github.com/scravy/simplex.git tag: v0.3.3 Executable simplex Hs-Source-Dirs: src Main-is: simplex.hs Other-Modules: Simplex.CmdLineOpts, Simplex.Commands, Simplex.Config, Simplex.ConfigData, Simplex.EscapeTeX, Simplex.Parser, Simplex.Specials, Simplex.Table, Simplex.ToTeX, Simplex.Util Build-Depends: base >= 4.0 && < 5.0, process, filepath, directory, split >= 0.2.1, regex-compat >= 0.95.1, mtl >= 2.1.2, old-time, random