Name: lhs2TeX-hl Version: 0.1.2.1 Cabal-Version: >= 1.6 License: MIT Author: Alessandro Vermeulen Maintainer: Alessandro Vermeulen Synopsis: Literate highlighter preprocessor for lhs2tex Description: A helper executable for highlighting code with lhs2tex. It parses any Haskell file and outputs a format file to be used with lhs2TeX. Currently no recursion is supported. Build-Type: Simple Stability: Experimental category: Development, Language Data-files: README examples/theme1.tex License-file: LICENSE bug-reports: http://github.com/spockz/lhs2texhl/issues Executable lhs2TeX-hl Main-Is: LiterateHighlighter.hs Build-Depends: base >= 4 && <= 5 , haskell98 , haskell-src-exts >= 1.9.3 , MissingH >= 1.1.0.3 , syb >= 0.1.0.1 , cmdargs >= 0.1 hs-source-dirs: src Other-Modules: Language.LaTeX, Literate.Agda, Literate.Haskell, Literate.SimpleInfo, Base.CLI, Base.Common