cabal-version: 3.0 name: haskell-web version: 0.1.0.2 license: BSD-2-Clause license-file: LICENSE author: Andrew Guschin maintainer: guschin.drew@gmail.com build-type: Simple common warnings ghc-options: -Wall executable haskell-web -- Import common warning flags. import: warnings hs-source-dirs: app default-language: Haskell2010 main-is: Main.hs other-modules: Web.Http , Web.Request , Web.Response , Web.Router , Web.Utils , Views , Routes , Settings build-depends: base ^>=4.17.0.0 , text , http-types , bytestring , network