diff options
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 25 |
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 |