From 3136cc0a376bb35252bbc915e8cd5184bbe64c23 Mon Sep 17 00:00:00 2001 From: Takahiro HIMURA Date: Sun, 28 Nov 2021 01:53:15 +0900 Subject: [PATCH] Export TweetMode (Extended) --- Web/Twitter/Conduit.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/Twitter/Conduit.hs b/Web/Twitter/Conduit.hs index 18070b1..a3699c3 100644 --- a/Web/Twitter/Conduit.hs +++ b/Web/Twitter/Conduit.hs @@ -50,6 +50,7 @@ module Web.Twitter.Conduit ( MediaData (..), UserListParam (..), UserParam (..), + TweetMode (..), -- * re-exports OAuth (..),