slack-api 0.10 → 0.11
raw patch · 2 files changed
+3/−4 lines, 2 filesdep ~bytestringdep ~wreq
Dependency ranges changed: bytestring, wreq
Files
slack-api.cabal view
@@ -1,5 +1,5 @@ Name: slack-api-Version: 0.10+Version: 0.11 Synopsis: Bindings to the Slack RTM API. Description: This library provides bindings to the <https://api.slack.com/rtm Slack Real Time Messaging API>. Users should find it easy to program their own Slack bots using the functionality found in `Web.Slack`.@@ -61,7 +61,7 @@ build-depends: -- corePackages (see [cabal2nix/src/Cabal2Nix/CorePackages.hs]) base >= 4.4 && < 5- , bytestring >= 0.9.1 && < 0.11+ , bytestring >= 0.9.1 , containers >= 0.4 -- Normal Packages , aeson >= 0.8@@ -80,7 +80,7 @@ , tls >= 1.3 , transformers >= 0.3 , websockets > 0.9- , wreq >= 0.2+ , wreq >= 0.4 , wuss >= 1.0 test-suite tests
src/Web/Slack/Types/Preferences.hs view
@@ -50,7 +50,6 @@ , _prefSeenMemberInviteReminder :: Bool , _prefMuteSounds :: Bool , _prefArrowHistory :: Bool- , _prefTabUiReturnSelects :: Bool , _prefObeyInlineImgLimit :: Bool , _prefNewMsgSnd :: Text , _prefRequireAt :: Bool