slack-api 0.11 → 0.12
raw patch · 2 files changed
+1/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
- Web.Slack.Types.Preferences: [_prefMacSpeakSpeed] :: Preferences -> Int
- Web.Slack.Types.Preferences: [_prefMacSpeakVoice] :: Preferences -> Text
- Web.Slack.Types.Preferences: [_prefSpeakGrowls] :: Preferences -> Bool
- Web.Slack.Types.Preferences: prefMacSpeakSpeed :: Lens' Preferences Int
- Web.Slack.Types.Preferences: prefMacSpeakVoice :: Lens' Preferences Text
- Web.Slack.Types.Preferences: prefSpeakGrowls :: Lens' Preferences Bool
- Web.Slack: session :: forall s_a3qog. Lens' (SlackState s_a3qog) SlackSession
+ Web.Slack: session :: forall s_a3oAX. Lens' (SlackState s_a3oAX) SlackSession
- Web.Slack: userState :: forall s_a3qog s_a3rRx. Lens (SlackState s_a3qog) (SlackState s_a3rRx) s_a3qog s_a3rRx
+ Web.Slack: userState :: forall s_a3oAX s_a3q4e. Lens (SlackState s_a3oAX) (SlackState s_a3q4e) s_a3oAX s_a3q4e
- Web.Slack.State: config :: forall s_a3qog. Lens' (SlackState s_a3qog) SlackConfig
+ Web.Slack.State: config :: forall s_a3oAX. Lens' (SlackState s_a3oAX) SlackConfig
- Web.Slack.State: meta :: forall s_a3qog. Lens' (SlackState s_a3qog) Metainfo
+ Web.Slack.State: meta :: forall s_a3oAX. Lens' (SlackState s_a3oAX) Metainfo
- Web.Slack.State: session :: forall s_a3qog. Lens' (SlackState s_a3qog) SlackSession
+ Web.Slack.State: session :: forall s_a3oAX. Lens' (SlackState s_a3oAX) SlackSession
- Web.Slack.State: userState :: forall s_a3qog s_a3rRx. Lens (SlackState s_a3qog) (SlackState s_a3rRx) s_a3qog s_a3rRx
+ Web.Slack.State: userState :: forall s_a3oAX s_a3q4e. Lens (SlackState s_a3oAX) (SlackState s_a3q4e) s_a3oAX s_a3q4e
- Web.Slack.Types.Id: getId :: forall a_a18LY a_a18WN. Iso (Id a_a18LY) (Id a_a18WN) Text Text
+ Web.Slack.Types.Id: getId :: forall a_a16YR a_a179G. Iso (Id a_a16YR) (Id a_a179G) Text Text
- Web.Slack.Types.Preferences: Preferences :: Text -> Text -> Bool -> Bool -> Maybe Text -> Bool -> Bool -> Bool -> Int -> Text -> Text -> Text -> Text -> Int -> Bool -> Bool -> Bool -> Bool -> Text -> Text -> Text -> Text -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Text -> Text -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Bool -> Text -> Int -> Bool -> Bool -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Bool -> Text -> Text -> Bool -> Bool -> Bool -> Text -> Int -> Text -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Preferences
+ Web.Slack.Types.Preferences: Preferences :: Text -> Text -> Bool -> Bool -> Maybe Text -> Bool -> Bool -> Bool -> Int -> Text -> Text -> Text -> Text -> Int -> Bool -> Bool -> Bool -> Bool -> Text -> Text -> Text -> Text -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Text -> Text -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Bool -> Text -> Int -> Bool -> Bool -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Bool -> Text -> Text -> Bool -> Bool -> Text -> Bool -> Bool -> Bool -> Text -> Bool -> Bool -> Preferences
Files
slack-api.cabal view
@@ -1,5 +1,5 @@ Name: slack-api-Version: 0.11+Version: 0.12 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`.
src/Web/Slack/Types/Preferences.hs view
@@ -72,9 +72,6 @@ , _prefSidebarThemeCustomValues :: Text , _prefFKeySearch :: Bool , _prefKKeyOmnibox :: Bool- , _prefSpeakGrowls :: Bool- , _prefMacSpeakVoice :: Text- , _prefMacSpeakSpeed :: Int , _prefPushAtChannelSuppressedChannels :: Text , _prefPromptedForEmailDisabling :: Bool , _prefFullTextExtracts :: Bool@@ -92,4 +89,3 @@ -- Bad performance regression from lens 4.6 causes GHC to run out of memory -- on compilation makeLenses ''Preferences-