Add some logging
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
qvalentin 2023-06-19 19:04:53 +02:00
parent 1e318817a4
commit 69aa82837c
4 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
@ -65,6 +65,7 @@ library
, time
, uuid
, wai
, wai-extra
, warp
, websockets
default-language: Haskell2010
@ -91,6 +92,7 @@ executable jitsi-rooms-exe
, time
, uuid
, wai
, wai-extra
, warp
, websockets
default-language: Haskell2010