Add ACMS.API.REST.Collection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user