cabal-version: 3.8 author: Paul Oliver name: hsm-web version: 0.1.0.0 data-files: Html/index.html library build-depends: , base , effectful-core , effectful-plugin , hsm-cam , hsm-log , scotty , warp default-language: GHC2024 exposed-modules: Hsm.Web ghc-options: -O2 -Wall -Werror -Wno-star-is-type -Wunused-packages -fplugin=Effectful.Plugin other-modules: Paths_hsm_web executable hsm-web build-depends: , base , effectful-core , effectful-plugin , hsm-cam , hsm-core , hsm-log , optparse-applicative , scotty , warp default-language: GHC2024 ghc-options: -O2 -threaded -Wall -Werror -Wno-star-is-type -Wunused-packages -Wno-unused-imports -ddump-splices -fplugin=Effectful.Plugin if !arch(x86_64) ghc-options: -optl=-mno-fix-cortex-a53-835769 main-is: Main.hs other-modules: Hsm.Web Paths_hsm_web