diff options
Diffstat (limited to 'hsm-web/hsm-web.cabal')
-rw-r--r-- | hsm-web/hsm-web.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hsm-web/hsm-web.cabal b/hsm-web/hsm-web.cabal index 89d97e9..0e7bf02 100644 --- a/hsm-web/hsm-web.cabal +++ b/hsm-web/hsm-web.cabal @@ -29,13 +29,14 @@ executable hsm-web , effectful-plugin , hsm-cam , hsm-log + , optparse-applicative , scotty , warp default-language: GHC2024 ghc-options: -O2 -threaded -Wall -Werror -Wno-star-is-type -Wunused-packages - -fplugin=Effectful.Plugin + -ddump-splices -fplugin=Effectful.Plugin if !arch(x86_64) ghc-options: -optl=-mno-fix-cortex-a53-835769 |