summaryrefslogtreecommitdiff
path: root/erebos-webapp.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r--erebos-webapp.cabal11
1 files changed, 10 insertions, 1 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal
index f8f988a..4fc3ca6 100644
--- a/erebos-webapp.cabal
+++ b/erebos-webapp.cabal
@@ -20,8 +20,17 @@ 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
+
-- other-modules:
+
-- other-extensions:
- build-depends: base ^>=4.17.2.1
+ build-depends:
+ base ^>= { 4.21 },
+ ghc-experimental ^>= { 9.1201 },
+
hs-source-dirs: src
default-language: GHC2021