-
Notifications
You must be signed in to change notification settings - Fork 2
/
lhs2TeX-hl.cabal
37 lines (35 loc) · 1.68 KB
/
lhs2TeX-hl.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name: lhs2TeX-hl
Version: 0.1.4.6
Cabal-Version: >= 1.6
License: MIT
Author: Alessandro Vermeulen <[email protected]>
Maintainer: Alessandro Vermeulen <[email protected]>
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
, haskell-src-exts == 1.11.1
, syb >= 0.1.0.1
, cmdargs >= 0.1
, filepath == 1.2.*
, uu-parsinglib >= 2.7
hs-source-dirs: src
Other-Modules: Data.Data, Data.List.Utils, Data.String.Utils,
Language.LaTeX, Language.Markup, Literate.Agda,
Literate.Haskell, Literate.SimpleInfo, Base.CLI, Base.Common