diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-12 21:51:01 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-12 21:51:01 +0100 |
commit | 3f1a2c668e1557cc6d76fe889253a8b9fc19c48f (patch) | |
tree | c66d48b29e04e1890129fc0df07b1833960f7778 /erebos-webapp.cabal |
Initial commit from cabal init
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal new file mode 100644 index 0000000..f8f988a --- /dev/null +++ b/erebos-webapp.cabal @@ -0,0 +1,27 @@ +cabal-version: 3.0 +name: erebos-webapp +version: 0.1.0.0 +-- synopsis: +-- description: +homepage: https://erebosprotocol.net +license: GPL-3.0-only +license-file: LICENSE +author: Roman Smrž +maintainer: roman.smrz@seznam.cz +-- copyright: +category: Web +build-type: Simple +extra-doc-files: CHANGELOG.md +-- extra-source-files: + +common warnings + ghc-options: -Wall + +executable erebos-webapp + import: warnings + main-is: Main.hs + -- other-modules: + -- other-extensions: + build-depends: base ^>=4.17.2.1 + hs-source-dirs: src + default-language: GHC2021 |