diff options
Diffstat (limited to 'deps/discord-haskell/discord-haskell.cabal')
| -rw-r--r-- | deps/discord-haskell/discord-haskell.cabal | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/deps/discord-haskell/discord-haskell.cabal b/deps/discord-haskell/discord-haskell.cabal index 08faa6b..1e8fc96 100644 --- a/deps/discord-haskell/discord-haskell.cabal +++ b/deps/discord-haskell/discord-haskell.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: discord-haskell -version: 1.15.4 +version: 1.16.0 description: Functions and data types to write discord bots. Official discord docs <https://discord.com/developers/docs/reference>. . @@ -19,6 +19,7 @@ build-type: Simple tested-with: GHC == 8.10.7 , GHC == 9.2 , GHC == 9.4 + , GHC == 9.6 extra-doc-files: README.md , changelog.md @@ -139,6 +140,7 @@ library , Discord.Internal.Rest.Voice , Discord.Internal.Rest.Webhook , Discord.Internal.Rest.ApplicationCommands + , Discord.Internal.Rest.ApplicationInfo , Discord.Internal.Rest.Interactions , Discord.Internal.Rest.ScheduledEvents , Discord.Internal.Types @@ -150,6 +152,7 @@ library , Discord.Internal.Types.User , Discord.Internal.Types.Embed , Discord.Internal.Types.ApplicationCommands + , Discord.Internal.Types.ApplicationInfo , Discord.Internal.Types.Interactions , Discord.Internal.Types.Components , Discord.Internal.Types.Color @@ -158,27 +161,28 @@ library , Discord.Internal.Types.ScheduledEvents build-depends: -- https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history - -- below also sets the GHC version effectively. set to == 8.10.*, == 9.0.*., == 9.2.*, == 9.4.* - base == 4.14.* || == 4.15.* || == 4.16.* || == 4.17.*, - aeson >= 1.5 && < 1.6 || >= 2.0 && < 2.2, + -- below also sets the GHC version effectively. set to == 8.10.*, == 9.0.*., == 9.2.*, == 9.4.*, == 9.6.* + base == 4.14.* || == 4.15.* || == 4.16.* || == 4.17.* || == 4.18.*, + aeson >= 2.0 && < 2.3, async >=2.2 && <2.3, - bytestring >=0.10 && <0.12, + bytestring >=0.10 && <0.13, base64-bytestring >=1.1 && <1.3, containers >=0.6 && <0.7, data-default >=0.7 && <0.8, - emoji ==0.1.*, + -- emojis >=0.1.3 && <0.2, + emojis, http-client >=0.6 && <0.8, iso8601-time >=0.1 && <0.2, - MonadRandom >=0.5 && <0.6, + MonadRandom >=0.5 && <0.7, req >=3.9 && <3.14, safe-exceptions >=0.1 && <0.2, text >=1.2 && <3, - time, + time >=1.9 && <1.13, websockets >=0.12 && <0.13, network >=3.0.0.0 && <3.2.0.0, wuss >=1.1 && <3, - mtl >=2.2 && <2.3, + mtl >=2.2 && <2.4, unliftio >=0.2 && <0.3, scientific >=0.3 && <0.4, - http-api-data >=0.4 && <0.6, + http-api-data >=0.4 && <0.7, unordered-containers >=0.2.10.0 && <0.3 |
