Backend docker deploy

This commit is contained in:
qvalentin 2023-04-07 16:19:13 +02:00
parent a1cb1a30d9
commit f117e4cb65
5 changed files with 95 additions and 25 deletions

View file

@ -91,28 +91,3 @@ executable jitsi-rooms-exe
, websockets
default-language: Haskell2010
test-suite jitsi-rooms-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_jitsi_rooms
hs-source-dirs:
test
default-extensions:
NoImplicitPrelude,OverloadedStrings,ImportQualifiedPost
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, classy-prelude
, http-types
, jitsi-rooms
, lifted-base
, mtl
, text
, uuid
, wai
, warp
, websockets
default-language: Haskell2010