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.2.2
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: moa17stock@gmail.com
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.1
, discord-haskell ==1.12.0
, lens >=4.19.2 && <5
, 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.1
, discord-haskell ==1.12.0
, discord-haskell-voice
, lens >=4.19.2 && <5
, 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.1
, discord-haskell ==1.12.0
, discord-haskell-voice
, lens >=4.19.2 && <5
, 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