Skip to content

Commit dc8f7d1

Browse files
committed
Remove deprecated Network.Mattermost module
This change does a few things as part of removing the old server API implementation in Network.Mattermost, which predates the "version 4" API that Mattermost rolled out years ago: - Removes Network.Mattermost. Import Network.Mattermost.Types instead for the types it was providing, and Network.Mattermost.Endpoints for the API endpoint functions. - Adds an explicit export list to Network.Mattermost.Types. - Adds an explicit export list to Network.Mattermost.Types.Base.
1 parent 6578a5e commit dc8f7d1

File tree

5 files changed

+127
-1083
lines changed

5 files changed

+127
-1083
lines changed

mattermost-api.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ flag build-examples
2828
default: False
2929

3030
library
31-
exposed-modules: Network.Mattermost
32-
Network.Mattermost.Exceptions
31+
exposed-modules: Network.Mattermost.Exceptions
3332
Network.Mattermost.Lenses
3433
Network.Mattermost.Logging
3534
Network.Mattermost.Util

0 commit comments

Comments
 (0)