Skip to content

Commit 8bc8ce6

Browse files
Export room event Dir data type
This change exports a missing type that is required to use getRoomMessages.
1 parent 061fbb1 commit 8bc8ce6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

matrix-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4.3
4+
5+
- Add missing export for Dir.
6+
37
## 0.1.4.2
48

59
- Support retry-0.9

matrix-client/matrix-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: matrix-client
3-
version: 0.1.4.2
3+
version: 0.1.4.3
44
synopsis: A matrix client library
55
description:
66
Matrix client is a library to interface with https://matrix.org.

matrix-client/src/Network/Matrix/Client.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module Network.Matrix.Client
3939
getTokenOwner,
4040

4141
-- * Room Events
42+
Dir (..),
4243
EventType (..),
4344
MRCreate (..),
4445
MRCanonicalAlias (..),

0 commit comments

Comments
 (0)