diff options
Diffstat (limited to 'achat.cabal')
-rw-r--r-- | achat.cabal | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/achat.cabal b/achat.cabal new file mode 100644 index 0000000..766bf67 --- /dev/null +++ b/achat.cabal @@ -0,0 +1,22 @@ +cabal-version: 3.4 +name: achat +version: 0.1.0.0 +license: BSD-2-Clause +license-file: LICENSE +maintainer: aforemny@posteo.de +author: Alexander Foremny +category: Web +build-type: Simple + +executable achat + main-is: Main.hs + hs-source-dirs: app + default-language: Haskell2010 + build-depends: + base, + clay, + haskell-halogen-core, + kan-extensions, + protolude, + row-types, + unliftio |