diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-26 20:25:06 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-28 22:24:09 +0200 |
commit | db7fa8334097903b2775c98cbb0d548c9e386fd6 (patch) | |
tree | 1a301d802450ce3c28508ae7423d0b9c4557c0cc /erebos-webapp.cabal | |
parent | edd60d102b830b6f15bfcca8ac363cb8cd32e8dc (diff) |
WebSocket API wrappers for Haskell
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index a040a0a..5da31ee 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -19,15 +19,18 @@ common warnings executable erebos-webapp import: warnings - main-is: Main.hs ghc-options: -no-hs-main -optl-mexec-model=reactor -optl-Wl,--export=hs_init,--export=setup + -fdefer-typed-holes extra-libraries: blake2b-ref - -- other-modules: + main-is: Main.hs + other-modules: + JavaScript + WebSocket default-extensions: DefaultSignatures @@ -52,6 +55,7 @@ executable erebos-webapp -- other-extensions: build-depends: base ^>= { 4.21 }, + bytestring ^>= { 0.12 }, erebos ^>= { 0.1.8 }, ghc-experimental ^>= { 9.1201 }, mtl ^>= { 2.3 }, |