cabal-version: 3.0 name: blog-proxy version: 0.1.0.0 author: outfoxxed build-type: Simple common warnings ghc-options: -Wall executable blog-proxy import: warnings main-is: Main.hs other-modules: Config, TemplatePage, TemplateLoader, PlausibleQuery, Server hs-source-dirs: src default-language: Haskell2010 build-depends: base ^>= 4.18.2.0, bytestring ^>= 0.11.5.0, text ^>= 2.0.0, split ^>= 0.2.5, containers ^>= 0.6.7, filepath ^>= 1.4.300.0, directory ^>= 1.3.8.0, aeson ^>= 2.1.2.0, http-types ^>= 0.12.4, http-conduit ^>= 2.3.9.0, wai ^>= 3.2.4, warp ^>= 3.3.31,