Name: lhs2TeX-hl Version: 0.1.4.0 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. Pass an Haskell file to lhs2TeX-hl and it will generate a file with formatting directives to be used with lhs2TeX for you. For more information, please visit the repository, or look at the release blog post: http://alessandrovermeulen.me/projects/lhs2texhl/ Build-Type: Simple Stability: Experimental category: Development, Language Data-files: README.asciidoc examples/theme1.tex License-file: LICENSE Homepage: http://spockz.github.com/lhs2texhl/ bug-reports: http://github.com/spockz/lhs2texhl/issues source-repository head type: git location: https://github.com/spockz/lhs2texhl Executable lhs2TeX-hl Main-Is: LiterateHighlighter.hs Build-Depends: base >= 4 && <= 5 , haskell98 , haskell-src-exts == 1.11.1 , syb >= 0.1.0.1 , cmdargs >= 0.1 hs-source-dirs: src Other-Modules: Data.List.Utils, Data.String.Utils, Language.LaTeX, Language.Markup, Literate.Agda, Literate.Haskell, Literate.SimpleInfo, Base.CLI, Base.Common