shaniqua-core/GypsFulvus.cabal

57 lines
1.6 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
exposed-modules: GypsFulvus
other-modules: GypsFulvus.PluginStuff
default-language: Haskell2010
hs-source-dirs: src
build-depends:
base >= 4.7 && < 5,
stm,
containers,
2020-09-12 23:56:49 +02:00
text,
plugins >= 1.6.0,
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,
haskeline
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,
plugins >= 1.6.0,
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,
haskeline
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
other-modules: GypsFulvus, GypsFulvus.PluginStuff
main-is: Main.hs