summaryrefslogtreecommitdiff
path: root/erebos-webapp.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-04-06 19:04:00 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-04-06 21:39:19 +0200
commitedd60d102b830b6f15bfcca8ac363cb8cd32e8dc (patch)
treefdf6029eb0618c6fa04f0edc84a4e93afc582378 /erebos-webapp.cabal
parente403bd9f9383686fb7b681532386b009f2ee853b (diff)
Erebos local state in memory storage
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r--erebos-webapp.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal
index 4fc3ca6..a040a0a 100644
--- a/erebos-webapp.cabal
+++ b/erebos-webapp.cabal
@@ -25,12 +25,37 @@ executable erebos-webapp
-optl-mexec-model=reactor
-optl-Wl,--export=hs_init,--export=setup
+ extra-libraries: blake2b-ref
+
-- other-modules:
+ default-extensions:
+ DefaultSignatures
+ ExistentialQuantification
+ FlexibleContexts
+ FlexibleInstances
+ FunctionalDependencies
+ GeneralizedNewtypeDeriving
+ ImportQualifiedPost
+ LambdaCase
+ MultiWayIf
+ RankNTypes
+ RecordWildCards
+ ScopedTypeVariables
+ StandaloneDeriving
+ TypeOperators
+ TupleSections
+ TypeApplications
+ TypeFamilies
+ TypeFamilyDependencies
+
-- other-extensions:
build-depends:
base ^>= { 4.21 },
+ erebos ^>= { 0.1.8 },
ghc-experimental ^>= { 9.1201 },
+ mtl ^>= { 2.3 },
+ text ^>= { 2.1 },
hs-source-dirs: src
default-language: GHC2021