lhs2TeX-hl-0.1.3: lhs2TeX-hl.cabal
Name: lhs2TeX-hl
Version: 0.1.3
Cabal-Version: >= 1.6
License: MIT
Author: Alessandro Vermeulen <me@alessandrovermeulen.me>
Maintainer: Alessandro Vermeulen <me@alessandrovermeulen.me>
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
Executable lhs2TeX-hl
Main-Is: LiterateHighlighter.hs
Build-Depends: base >= 4 && <= 5
, haskell98
, haskell-src-exts >= 1.9.3
, syb >= 0.1.0.1
, cmdargs >= 0.1
, MissingH
hs-source-dirs: src
Other-Modules: Language.LaTeX, Literate.Agda, Literate.Haskell,
Literate.SimpleInfo, Base.CLI, Base.Common