-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlexml-parser.cabal
101 lines (97 loc) · 4.71 KB
/
lexml-parser.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
-- Initial lexml-linker.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: lexml-parser
version: 1.4.10
-- synopsis:
-- description:
license: LGPL-2.1
license-file: LICENSE
author: Joao Nicola
maintainer: [email protected]
-- copyright:
category: Text
build-type: Simple
cabal-version: >=1.10
executable linkertool
default-language: Haskell2010
hs-source-dirs: src/main/haskell
main-is: LinkerTool.hs
other-modules: LexML.Linker, LexML.Linker.Lexer, LexML.Linker.Decorator, LexML.Linker.Estados, LexML.Linker.HtmlCleaner, LexML.Linker.LexerPrim, LexML.Linker.Municipios, LexML.Linker.Parser, LexML.Linker.ParserBase, LexML.Linker.Regras2, LexML.Linker.RegrasSTF, LexML.Linker.URLTransform, LexML.MD5, LexML.Render, LexML.URN.Atalhos, LexML.URN.Parser, LexML.URN.Show, LexML.URN.Types, LexML.URN.Utils, LexML.Version, LexML.Cache, LexML.ServerMode
autogen-modules: LexML.Linker.Lexer
build-tool-depends: alex:alex >= 3.2.1 && < 3.3
build-depends: base >= 4,
syb >= 0.4.1,
-- network >= 2.4.1.2,
network >= 3.1.0.1,
network-uri >= 2.6.0.3,
time >= 1.4.0.1,
hslogger >= 1.3.1.0,
tagsoup >= 0.13,
parsec >= 3.1.3,
mtl >= 2.1.2,
cmdargs >= 0.10.5,
cryptohash-md5 >= 0.11.100.1,
rts >= 0.1,
utf8-string >= 0.3.7,
bytestring >= 0.10.0.2,
containers >= 0.5.0.0,
array >= 0.4.0.1,
binary >= 0.5.0.2,
filepath >= 1.1.0.4,
directory >= 1.0.1.1
executable simplelinker
default-language: Haskell2010
hs-source-dirs: src/main/haskell
main-is: SimpleLinker.hs
other-modules: LexML.Linker, LexML.Linker.Lexer, LexML.Linker.Decorator, LexML.Linker.Estados, LexML.Linker.HtmlCleaner, LexML.Linker.LexerPrim, LexML.Linker.Municipios, LexML.Linker.Parser, LexML.Linker.ParserBase, LexML.Linker.Regras2, LexML.Linker.RegrasSTF, LexML.Linker.URLTransform, LexML.MD5, LexML.Render, LexML.URN.Atalhos, LexML.URN.Parser, LexML.URN.Show, LexML.URN.Types, LexML.URN.Utils, LexML.Version
autogen-modules: LexML.Linker.Lexer
build-tool-depends: alex:alex >= 3.2.1 && < 3.3
build-depends: base >= 4,
syb >= 0.4.1,
-- network >= 2.4.1.2,
network >= 3.1.0.1,
network-uri >= 2.6.0.3,
time >= 1.4.0.1,
hslogger >= 1.3.1.0,
tagsoup >= 0.13,
parsec >= 3.1.3,
mtl >= 2.1.2,
cmdargs >= 0.10.5,
cryptohash-md5 >= 0.11.100.1,
rts >= 0.1,
utf8-string >= 0.3.7,
bytestring >= 0.10.0.2,
containers >= 0.5.0.0,
array >= 0.4.0.1,
binary >= 0.5.0.2,
filepath >= 1.1.0.4,
directory >= 1.0.1.1
executable LinkerServer
default-language: Haskell2010
hs-source-dirs: src/main/haskell
main-is: LinkerServer.hs
ghc-options: -O3 -threaded -feager-blackholing -with-rtsopts=-N -rtsopts
other-modules: LexML.Linker, LexML.Linker.Lexer, LexML.Linker.Decorator, LexML.Linker.Estados, LexML.Linker.HtmlCleaner, LexML.Linker.LexerPrim, LexML.Linker.Municipios, LexML.Linker.Parser, LexML.Linker.ParserBase, LexML.Linker.Regras2, LexML.Linker.RegrasSTF, LexML.Linker.URLTransform, LexML.MD5, LexML.Render, LexML.URN.Atalhos, LexML.URN.Parser, LexML.URN.Show, LexML.URN.Types, LexML.URN.Utils, LexML.Version, LexML.Cache, LexML.ServerMode
autogen-modules: LexML.Linker.Lexer
build-tool-depends: alex:alex >= 3.2.1 && < 3.3
build-depends: base >= 4,
syb >= 0.4.1,
-- network >= 2.4.1.2,
network >= 3.1.0.1,
network-uri >= 2.6.0.3,
time >= 1.4.0.1,
hslogger >= 1.3.1.0,
tagsoup >= 0.13,
parsec >= 3.1.3,
mtl >= 2.1.2,
cmdargs >= 0.10.5,
cryptohash-md5 >= 0.11.100.1,
rts >= 0.1,
utf8-string >= 0.3.7,
bytestring >= 0.10.0.2,
containers >= 0.5.0.0,
array >= 0.4.0.1,
filepath >= 1.1.0.4,
directory >= 1.0.1.1,
binary >= 0.5.0.2,
unix >= 2.4.0.2