-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdiscord-haskell-voice.cabal
134 lines (128 loc) · 3.87 KB
/
discord-haskell-voice.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: discord-haskell-voice
version: 2.3.1
synopsis: Voice support for discord-haskell.
description: Supplementary library to discord-haskell. See the project README on GitHub for more information. <https://github.com/yutotakano/discord-haskell-voice>
category: Network
homepage: https://github.com/yutotakano/discord-haskell-voice#readme
bug-reports: https://github.com/yutotakano/discord-haskell-voice/issues
author: Yuto Takano
maintainer: [email protected]
copyright: 2021-2022 Yuto Takano
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/yutotakano/discord-haskell-voice
library
exposed-modules:
Discord.Voice
Discord.Voice.Conduit
Discord.Internal.Types.VoiceCommon
Discord.Internal.Types.VoiceUDP
Discord.Internal.Types.VoiceWebsocket
Discord.Internal.Voice
Discord.Internal.Voice.CommonUtils
Discord.Internal.Voice.UDPLoop
Discord.Internal.Voice.WebsocketLoop
other-modules:
Paths_discord_haskell_voice
hs-source-dirs:
src
default-extensions:
OverloadedStrings
build-depends:
BoundedChan ==1.0.3.0
, aeson ==1.5.6.0
, async >=2.2.3 && <2.4
, base >=4.7 && <5
, binary ==0.8.*
, bytestring >=0.10.12.0 && <0.11
, conduit ==1.3.4.2
, discord-haskell >=1.12.0 && <=1.14.0
, microlens >=0.4.13.0
, microlens-th >=0.4.3.10
, mtl ==2.2.2
, network >=3.1.1.1 && <3.2
, opus ==0.1.0.0
, process >=1.6.9.0 && <1.7
, safe-exceptions >=0.1.7.1 && <0.1.8
, saltine >=0.1.1.1 && <0.2
, text >=1.2.4.1 && <2
, time >=1.9.3 && <=1.13
, unliftio >=0.2.18 && <0.3
, websockets >=0.12.7.2 && <0.12.8
, wuss >=1.1.18 && <=1.2
default-language: Haskell2010
executable basic-music-bot
main-is: examples/BasicMusicBot.hs
other-modules:
Paths_discord_haskell_voice
default-extensions:
OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
BoundedChan ==1.0.3.0
, aeson ==1.5.6.0
, async >=2.2.3 && <2.4
, base >=4.7 && <5
, binary ==0.8.*
, bytestring >=0.10.12.0 && <0.11
, conduit ==1.3.4.2
, discord-haskell >=1.12.0 && <=1.14.0
, discord-haskell-voice
, microlens >=0.4.13.0
, microlens-th >=0.4.3.10
, mtl ==2.2.2
, network >=3.1.1.1 && <3.2
, optparse-applicative >=0.15.1.0 && <0.17
, opus ==0.1.0.0
, process >=1.6.9.0 && <1.7
, safe-exceptions >=0.1.7.1 && <0.1.8
, saltine >=0.1.1.1 && <0.2
, stm >=2.5.0.0 && <2.5.1
, stm-containers ==1.2
, text >=1.2.4.1 && <2
, time >=1.9.3 && <=1.13
, unliftio >=0.2.18 && <0.3
, websockets >=0.12.7.2 && <0.12.8
, wuss >=1.1.18 && <=1.2
default-language: Haskell2010
executable join-all-on-start
main-is: examples/JoinAllVC.hs
other-modules:
Paths_discord_haskell_voice
default-extensions:
OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
BoundedChan ==1.0.3.0
, aeson ==1.5.6.0
, async >=2.2.3 && <2.4
, base >=4.7 && <5
, binary ==0.8.*
, bytestring >=0.10.12.0 && <0.11
, conduit ==1.3.4.2
, discord-haskell >=1.12.0 && <=1.14.0
, discord-haskell-voice
, microlens >=0.4.13.0
, microlens-th >=0.4.3.10
, mtl ==2.2.2
, network >=3.1.1.1 && <3.2
, opus ==0.1.0.0
, process >=1.6.9.0 && <1.7
, safe-exceptions >=0.1.7.1 && <0.1.8
, saltine >=0.1.1.1 && <0.2
, text >=1.2.4.1 && <2
, time >=1.9.3 && <=1.13
, unliftio >=0.2.18 && <0.3
, websockets >=0.12.7.2 && <0.12.8
, wuss >=1.1.18 && <=1.2
default-language: Haskell2010