Beautify imports
This commit is contained in:
parent
dfe3445ff3
commit
c06102fc47
1 changed files with 3 additions and 2 deletions
|
|
@ -14,8 +14,9 @@ module EuphApi.Types
|
||||||
, SessionView(..)
|
, SessionView(..)
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Aeson
|
|
||||||
import Data.Function
|
import Data.Function
|
||||||
|
|
||||||
|
import Data.Aeson
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
import Data.Time
|
import Data.Time
|
||||||
import Data.Time.Clock.POSIX
|
import Data.Time.Clock.POSIX
|
||||||
|
|
@ -78,7 +79,7 @@ data Message = Message
|
||||||
{ msgID :: Snowflake
|
{ msgID :: Snowflake
|
||||||
-- ^ The id of the message (unique within a room)
|
-- ^ The id of the message (unique within a room)
|
||||||
, msgParent :: Maybe Snowflake
|
, msgParent :: Maybe Snowflake
|
||||||
-- ^ The id of the message's parent, or Nothing if top-level
|
-- ^ The id of the message's parent, or @Nothing@ if top-level
|
||||||
, msgTime :: UTCTime
|
, msgTime :: UTCTime
|
||||||
-- ^ The unix timestamp of when the message was posted
|
-- ^ The unix timestamp of when the message was posted
|
||||||
, msgSender :: SessionView
|
, msgSender :: SessionView
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue