diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-27 20:14:41 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-31 21:57:36 +0200 |
commit | e403bd9f9383686fb7b681532386b009f2ee853b (patch) | |
tree | 24d3612ec91c45bf3199e9cf887315f4696d3897 /erebos-webapp.cabal | |
parent | 3f1a2c668e1557cc6d76fe889253a8b9fc19c48f (diff) |
Generate sample interactive page
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 11 |
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 |