shaniqua-core/GypsFulvus.cabal

139 lines
5.0 KiB
Plaintext
Raw Normal View History

2020-09-12 01:50:56 +02:00
name: GypsFulvus
version: 0.1.0.0
-- synopsis:
-- description:
2020-09-12 14:29:30 +02:00
homepage: https://bitbucket.org/hastur666/gypsfulvus/src/master/
license: AGPL-3
2020-09-12 01:50:56 +02:00
license-file: LICENSE
2020-09-12 14:29:30 +02:00
author: no
maintainer: no
copyright: 2020 confidential
category: Network
2020-09-12 01:50:56 +02:00
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
2020-09-12 21:44:21 +02:00
library
2020-09-26 21:26:42 +02:00
exposed-modules: GypsFulvus, GypsFulvus.PluginStuff, Carrion.Plugin.IO.STDIO, Carrion.Plugin.TCL, Carrion.Plugin.IO.IRC.Client
2020-09-24 20:03:10 +02:00
other-modules:
2020-09-12 21:44:21 +02:00
default-language: Haskell2010
hs-source-dirs: src
build-depends:
base >= 4.7 && < 5,
stm,
containers,
2020-09-12 23:56:49 +02:00
text,
2020-09-20 20:41:30 +02:00
directory,
2020-09-21 00:05:58 +02:00
hashable,
2020-09-22 11:50:39 +02:00
monad-parallel,
2020-09-22 20:34:55 +02:00
haskeline,
2020-09-26 21:26:42 +02:00
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,
2020-09-27 20:43:01 +02:00
bytestring,
ini
2020-09-26 21:26:42 +02:00
2020-09-22 20:34:55 +02:00
extra-libraries: tcl8.6
Includes: /usr/include/tcl.h,
src/tclstubswrapper/tclstubs.h
2020-09-22 22:09:59 +02:00
2020-09-12 21:44:21 +02:00
ghc-options:
-O2
-threaded
-with-rtsopts=-N
2020-09-21 22:51:27 +02:00
-g
2020-09-12 21:44:21 +02:00
2020-09-12 01:50:56 +02:00
executable GypsFulvus
2020-09-12 21:44:21 +02:00
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5,
2020-09-12 14:29:30 +02:00
stm,
containers,
2020-09-12 23:56:49 +02:00
text,
2020-09-20 20:41:30 +02:00
directory,
2020-09-21 00:05:58 +02:00
hashable,
2020-09-22 11:50:39 +02:00
monad-parallel,
2020-09-22 22:09:59 +02:00
haskeline,
2020-09-26 21:26:42 +02:00
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,
2020-09-27 20:43:01 +02:00
bytestring,
ini
2020-09-26 21:26:42 +02:00
2020-09-12 21:44:21 +02:00
ghc-options:
2020-09-12 14:29:30 +02:00
-O2
-threaded
-with-rtsopts=-N
2020-09-21 22:51:27 +02:00
-g
2020-09-12 21:44:21 +02:00
hs-source-dirs: src
2020-09-26 21:26:42 +02:00
other-modules: GypsFulvus.PluginStuff,GypsFulvus, Carrion.Plugin.IO.STDIO, Carrion.Plugin.TCL, Carrion.Plugin.IO.IRC.Client
2020-09-22 16:52:52 +02:00
exposed-modules: GypsFulvus
2020-09-22 20:34:55 +02:00
extra-libraries: tcl8.6
Includes: /usr/include/tcl.h,
src/tclstubswrapper/tclstubs.h
2020-09-22 22:09:59 +02:00
C-Sources: src/tclstubswrapper/tclstubs.c
2020-09-12 21:44:21 +02:00
main-is: Main.hs
2020-09-22 16:52:52 +02:00
2020-09-22 22:09:59 +02:00
--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
2020-09-22 20:34:55 +02:00
2020-09-22 22:09:59 +02:00
--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