-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsimplex.cabal
81 lines (71 loc) · 2.88 KB
/
simplex.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Name: simplex
Version: 0.3.8
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.
.
[@v0.3.5@]
Enhanced the documentation, added the simplex source of
it in doc (see the source tarball). Added @letter@.
.
[@v0.3.6@]
Relaxed dependencies so the package will work with
the Haskell Platform 2012.2.0.0 too (thats the one in
Debian 7.0).
.
[@v0.3.7@]
Better documentation.
.
[@v0.3.8@]
Added @--symbols@ command line switch.
Added @ent@ to the list of dirty extensions.
Category: LaTeX
Stability: provisional
License: GPL-3
License-File: LICENSE
Author: Julian Fleischer <julian.fleischer@fu-berlin.de>
Maintainer: Julian Fleischer <julian.fleischer@fu-berlin.de>
Build-Type: Simple
Cabal-Version: >= 1.8
Extra-Source-Files: Simplex-v0.3.8.pdf,
doc/Simplex-v0.3.8.simplex,
doc/bushes.jpg,
doc/duck.jpg,
doc/zebra.jpg,
doc/elephant.jpg
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.8
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.0.1
, time >= 1.4
, random >= 1.0