From 9a44128f4c2228311b5402d3b57c056f5f20558e Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 11 Oct 2024 15:01:17 +0200 Subject: Add ACMS.API.REST.Collection --- backend/backend.cabal | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'backend/backend.cabal') diff --git a/backend/backend.cabal b/backend/backend.cabal index b1b1344..4909bdf 100644 --- a/backend/backend.cabal +++ b/backend/backend.cabal @@ -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 -- cgit v1.2.3