summaryrefslogtreecommitdiff
path: root/erebos-webapp.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r--erebos-webapp.cabal27
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