-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmacbot.cabal
44 lines (41 loc) · 1.49 KB
/
smacbot.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
cabal-version: 3.0
name: smacbot
-- semver
version: 0
synopsis: XMPP MUC bot
description: To serve the diverse interests of SMAC community.
license: AGPL-3.0-only
license-file: LICENSE
author: Sergey Alirzaev
maintainer: zl29ah@gmail.com
-- copyright:
category: Network, CLI, XMPP
build-type: Simple
tested-with: GHC == 9.8.4
Source-repository head
type: git
location: https://github.com/l29ah/smacbot.git
Source-repository this
type: git
location: https://github.com/l29ah/smacbot.git
tag: 0
executable smacbot
main-is: Main.hs
ghc-options: -W -Wcompat -fno-warn-tabs -g
other-modules: Paste
-- other-extensions:
build-depends: base >= 4.9 && < 5,
pontarius-xmpp >= 0.5 && < 0.6,
pontarius-xmpp-extras >= 0.1.0.6 && < 0.2,
hslogger >= 1.2.8 && < 1.4,
string-class >= 0.1.7.0 && < 0.2,
text >= 1.2.4.1 && < 2.2,
tls >= 1.5.5 && < 2.2,
stm ^>= 2.5,
containers ^>= 0.6,
llama-cpp-haskell ^>= 0.1,
bytestring ^>= 0.12,
http-conduit ^>= 2.3,
http-client ^>= 0.7.16,
-- hs-source-dirs:
default-language: Haskell2010