Skip to content

Commit

Permalink
Update from Hackage at 2020-04-28T23:45:54Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 28, 2020
1 parent e08f155 commit 918d7c7
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
89 changes: 89 additions & 0 deletions discord-haskell/1.5.2/discord-haskell.cabal
@@ -0,0 +1,89 @@
cabal-version: 2.0
name: discord-haskell
-- library version is also noted at src/Discord/Rest/Prelude.hs
version: 1.5.2
description: Functions and data types to write discord bots.
Official discord docs <https://discordapp.com/developers/docs/reference>.
.
See the project readme for quickstart notes
<https://github.com/aquarial/discord-haskell#discord-haskell->
synopsis: Write bots for Discord in Haskell
homepage: https://github.com/aquarial/discord-haskell
bug-reports: https://github.com/aquarial/discord-haskell/issues
license: MIT
license-file: LICENSE
author: Karl
maintainer: ksfish5@gmail.com
copyright: 2019 Karl
category: Network
build-type: Simple
extra-doc-files: README.md
, changelog.md

source-repository head
type: git
location: https://github.com/aquarial/discord-haskell.git

executable ping-pong
main-is: examples/ping-pong.hs
default-language: Haskell2010
ghc-options: -Wall
-fno-warn-type-defaults
-threaded
build-depends: base
, text
, discord-haskell

library
ghc-options: -Wall
-fno-warn-type-defaults
hs-source-dirs: src
default-language: Haskell2010
-- extensions:
exposed-modules: Discord
, Discord.Types
, Discord.Handle
, Discord.Requests
, Discord.Internal.Gateway
, Discord.Internal.Gateway.Cache
, Discord.Internal.Gateway.EventLoop
, Discord.Internal.Rest
, Discord.Internal.Rest.Prelude
, Discord.Internal.Rest.HTTP
, Discord.Internal.Rest.Invite
, Discord.Internal.Rest.Emoji
, Discord.Internal.Rest.User
, Discord.Internal.Rest.Guild
, Discord.Internal.Rest.Channel
, Discord.Internal.Rest.Voice
, Discord.Internal.Rest.Webhook
, Discord.Internal.Types
, Discord.Internal.Types.Prelude
, Discord.Internal.Types.Channel
, Discord.Internal.Types.Events
, Discord.Internal.Types.Gateway
, Discord.Internal.Types.Guild
, Discord.Internal.Types.User
, Discord.Internal.Types.Embed
build-depends:
base >=4 && <5
, aeson >=1.3.1.1 && <1.5
, async >=2.2.1 && <2.3
, bytestring >=0.10.8.2 && <0.11
, base64-bytestring >=1.0.0.1 && <1.1
, containers >=0.5.11.0 && <0.7
, data-default >=0.7.1.1 && <0.8
, emoji == 0.1.0.2
, http-client >=0.6.4 && <0.7
, iso8601-time >=0.1.5 && <0.2
, MonadRandom >=0.5.1.1 && <0.6
, req >=2.1.0 && <3.2
, JuicyPixels >=3.2.9.5 && <3.4
, safe-exceptions >=0.1.7.0 && <0.2
, text >=1.2.3.0 && <1.3
, time >=1.8.0.2 && <1.11
, unordered-containers >=0.2.9.0 && <0.3
, vector >=0.12.0.1 && <0.13
, websockets >=0.12.5.1 && <0.13
, wuss >=1.1.10 && <1.2

1 change: 1 addition & 0 deletions discord-haskell/1.5.2/discord-haskell.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c02ba6739cb8a745694215d11511ec0d","Skein512_512":"d61155d5e611258306ad956c358eb348f76a79e87bd7b18f04d8907374975fe316ed5d8daa43a4dd12b3fee8fe984a445dec12bb31bb348327562424a6268230","SHA1":"724a7e2a42504dd108f9df1abdbda8de27b51d47","SHA512":"4d94af423f41831329c080e9ce5692b65111feb7b5abfb1dba30858d93d2b4a3141a4f9c48a222d98c0f5591064614f363fc35e7edab415a4eeb6c242eafa2c9","SHA256":"eb8439413b4b043ddc5a3e0650eefb1ddc4d7d1dcb5b57457d5482e36a5feff6"},"package-locations":["https://hackage.haskell.org/package/discord-haskell-1.5.2/discord-haskell-1.5.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/discord-haskell-1.5.2.tar.gz"],"package-size":35126}

0 comments on commit 918d7c7

Please sign in to comment.