All Chat Backend
This commit is contained in:
parent
b01b637a22
commit
cf1c7625be
10 changed files with 90 additions and 36 deletions
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.35.1.
|
||||
-- This file has been generated from package.yaml by hpack version 0.35.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
|
@ -35,10 +35,12 @@ library
|
|||
Types.Participant
|
||||
Types.RoomData
|
||||
Types.RoomsState
|
||||
Types.User
|
||||
Types.UsersData
|
||||
Types.WebEnv
|
||||
Types.WebSocketMessages.WebSocketMessages
|
||||
WebServer
|
||||
WebSocket.AllChat
|
||||
WebSocket.Messages
|
||||
WebSocket.MonadWebSocketSession
|
||||
WebSocket.Server
|
||||
|
@ -90,4 +92,3 @@ executable jitsi-rooms-exe
|
|||
, warp
|
||||
, websockets
|
||||
default-language: Haskell2010
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue