Compositional HTML fragments

This commit is contained in:
2024-02-18 14:26:11 -06:00
parent aea0e6dfc8
commit d8f3bc3c70
5 changed files with 34 additions and 26 deletions

View File

@@ -13,19 +13,20 @@ executable sampu
import: warnings
main-is: Main.hs
default-extensions: OverloadedStrings
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl-pthread -fPIC
build-depends: base
, bytestring >= 0.11.5.0
, commonmark >= 0.2.4
, dotenv >= 0.11.0.0
, lucid >= 2.11.0
, text >= 2.0
, twain >= 2.1.0.0
, wai-extra >= 3.0 && < 3.2
, warp == 3.3.25
hs-source-dirs: src
other-modules:
Core.Configuration
Core.Handlers
Core.HTTP
Core.Rendering
Templates.Base
other-modules: Core.Configuration
Core.Handlers
Core.HTTP
Core.Rendering
Templates.Base
default-language: GHC2021