name: discord-hs version: 0.4.2 synopsis: An API wrapper for Discord in Haskell description: Provides an api wrapper and framework for writing bots against the Discord API. If for some reason hackage/stackage is failing to build documentation, a backup set is hosted at homepage: https://github.com/jano017/Discord.hs license: MIT license-file: LICENSE author: Joshua Koike maintainer: jkoike2013@gmail.com -- copyright: category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Network.Discord , Network.Discord.Framework other-modules: Paths_discord_hs -- other-extensions: build-depends: base==4.* , discord-types , discord-rest , discord-gateway , hashable , mtl , url , websockets ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010 source-repository head type : git location: https://github.com/jano017/Discord.hs