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 library exposed-modules: ACMS.API.REST ACMS.API.REST.Collection hs-source-dirs: lib default-language: GHC2021 default-extensions: CPP BlockArguments LambdaCase OverloadedStrings ViewPatterns OverloadedRecordDot NoFieldSelectors MultiWayIf ghc-options: -Wall -threaded build-depends: aeson, base, bytestring, exceptions, miso, text, utf8-string if arch(javascript) build-depends: ghcjs-base else build-depends: http-conduit 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, exceptions, filepath, gitlib, gitlib-libgit2, hinotify, hlibgit2, http-types, mtl, optparse-applicative, random, safe, split, stm, tagged, text, utf8-string, uuid, wai, warp if arch(javascript) buildable: False