Name: simplex Version: 0.3.4 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. . [@v0.3.4@] Removed dependency on the deprecated @old-time@ package, using @time@ instead now. Category: LaTeX Stability: provisional License: GPL-3 License-File: LICENSE Author: Julian Fleischer Maintainer: Julian Fleischer Build-Type: Simple Cabal-Version: >= 1.8 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.4 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.5 && < 5.0 , process >= 1.1.0.1 , filepath >= 1.3.0.0 , directory >= 1.2.0.0 , split >= 0.2.1.1 , regex-compat >= 0.95.1 , mtl >= 2.1.2 , time >= 1.4.0.0 , random >= 1.0.1.1