This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GypsFulvus.cabal
139 lines (132 loc) · 5.03 KB
/
GypsFulvus.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
name: GypsFulvus
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://bitbucket.org/hastur666/gypsfulvus/src/master/
license: AGPL-3
license-file: LICENSE
author: no
maintainer: no
copyright: 2020 confidential
category: Network
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
library
exposed-modules: GypsFulvus, GypsFulvus.PluginStuff, Carrion.Plugin.IO.STDIO, Carrion.Plugin.TCL, Carrion.Plugin.IO.IRC.Client
other-modules:
default-language: Haskell2010
hs-source-dirs: src
build-depends:
base >= 4.7 && < 5,
stm,
containers,
text,
directory,
hashable,
monad-parallel,
haskeline,
unix,
connection >= 0.3.1,
irc-client,
irc-conduit >= 0.3.0.4,
irc-ctcp >= 0.1.3.0,
lens,
network-conduit-tls >= 1.3.2,
tls >= 1.5.4,
x509-validation >= 1.6.11,
bytestring,
ini
extra-libraries: tcl8.6
Includes: tcl.h,
src/tclstubswrapper/tclstubs.h
ghc-options:
-O2
-threaded
-with-rtsopts=-N
-g
executable GypsFulvus
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5,
stm,
containers,
text,
directory,
hashable,
monad-parallel,
haskeline,
unix,
connection >= 0.3.1,
irc-client,
irc-conduit >= 0.3.0.4,
irc-ctcp >= 0.1.3.0,
lens,
network-conduit-tls >= 1.3.2,
tls >= 1.5.4,
x509-validation >= 1.6.11,
bytestring,
ini
ghc-options:
-O2
-threaded
-with-rtsopts=-N
-g
hs-source-dirs: src
other-modules: GypsFulvus.PluginStuff,GypsFulvus, Carrion.Plugin.IO.STDIO, Carrion.Plugin.TCL, Carrion.Plugin.IO.IRC.Client
exposed-modules: GypsFulvus
extra-libraries: tcl8.6
-- extra-include-dirs: /var/run/current-system/sw/include
Includes: tcl.h,
src/tclstubswrapper/tclstubs.h
C-Sources: src/tclstubswrapper/tclstubs.c
main-is: Main.hs
--executable Test-Carrion-Plugin-IO-STDIO
-- hs-source-dirs: src
-- main-is: Test-STDIO-Haskeline.hs
-- other-modules: Carrion.Plugin.IO.STDIO, GypsFulvus.PluginStuff
-- build-depends: base >= 4.7 && < 5,
-- stm,
-- text >= 1.2.4.0,
-- unix,
-- haskeline,
-- plugins,
-- directory,
-- containers,
-- hashable,
-- monad-parallel
-- default-language: Haskell2010
-- extra-libraries: tcl8.6
-- Includes: /usr/include/tcl.h,
-- src/tclstubswrapper/tclstubs.h
-- C-Sources: src/tclstubswrapper/tclstubs.c
---- ld-options: -static
-- ghc-options:
-- -O2
-- -threaded
-- -with-rtsopts=-N
-- -g
--executable Test-Carrion-Plugin-TCL
-- hs-source-dirs: src
-- main-is: Test-Carrion-TCL.hs
-- other-modules: Carrion.Plugin.TCL, GypsFulvus.PluginStuff
-- build-depends: base >= 4.7 && < 5,
-- stm,
-- text >= 1.2.4.0,
-- unix,
-- plugins,
-- haskeline,
-- containers,
-- directory,
-- hashable,
-- monad-parallel
-- default-language: Haskell2010
-- extra-libraries: tcl8.6
-- Includes: /usr/include/tcl.h,
-- src/tclstubswrapper/tclstubs.h
-- C-Sources: src/tclstubswrapper/tclstubs.c
-- ghc-options:
-- -O2
-- -threaded
-- -with-rtsopts=-N
-- -g