Add ACMS.API.REST.Collection

This commit is contained in:
Alexander Foremny
2024-10-11 15:01:17 +02:00
parent 35bf45a81d
commit 9a44128f4c
2 changed files with 93 additions and 0 deletions

View File

@@ -7,6 +7,43 @@ maintainer: aforemny@posteo.de
author: Alexander Foremny
build-type: Simple
library
exposed-modules: ACMS.API.REST.Collection
hs-source-dirs: lib
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-conduit,
http-types,
mtl,
optparse-applicative,
safe,
split,
stm,
tagged,
text,
utf8-string,
wai,
warp
executable backend
main-is: Main.hs
hs-source-dirs: app