Files
acms/backend/backend.cabal
Alexander Foremny 8a34cc822c add collections
2024-06-07 17:06:17 +02:00

46 lines
987 B
Plaintext

cabal-version: 3.4
name: backend
version: 0.1.0.0
license: BSD-3-Clause
license-file: LICENSE
maintainer: aforemny@posteo.de
author: Alexander Foremny
build-type: Simple
executable backend
main-is: Main.hs
hs-source-dirs: app
other-modules: Route
default-language: GHC2021
default-extensions:
BlockArguments LambdaCase OverloadedStrings ViewPatterns
OverloadedRecordDot NoFieldSelectors MultiWayIf
ghc-options: -Wall -threaded
build-depends:
aeson,
astore,
attoparsec,
autotypes,
base,
bytestring,
common,
containers,
directory,
filepath,
gitlib,
gitlib-libgit2,
hinotify,
hlibgit2,
http-types,
mtl,
optparse-applicative,
safe,
split,
stm,
tagged,
text,
utf8-string,
wai,
warp