cabal-version: 3.0 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: zgo-backend version: 1.9.0 synopsis: Haskell Back-end for the ZGo point-of-sale application description: Please see the README at category: Web author: Rene Vergara maintainer: rene@vergara.network copyright: 2022-2024 Vergara Technologies LLC license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md zgo.cfg library exposed-modules: Config Item LangComponent Order Owner Payment User WooCommerce Xero ZGoBackend ZGoTx hs-source-dirs: src build-depends: QuickCheck , aeson , array , base >=4.7 && <5 , base64-bytestring , blake3 , bson , bytestring , configurator , containers , crypto-rng , ghc-prim , hexstring , http-conduit , http-types , jwt , megaparsec , memory , mongoDB , network , quickcheck-instances , random , regex-base , regex-compat , scientific , scotty , securemem , text , time , unordered-containers , uuid , vector , wai , wai-cors , wai-extra , warp-tls , zcash-haskell default-language: Haskell2010 executable zgo-backend-exe main-is: Server.hs hs-source-dirs: app ghc-options: -main-is Server -threaded -rtsopts -with-rtsopts=-N -Wall pkgconfig-depends: rustzcash_wrapper build-depends: aeson , base , bytestring , configurator , http-conduit , http-types , megaparsec , mongoDB >=2.7.1.4 , scotty , securemem , text , time , wai-extra , warp , warp-tls , zgo-backend default-language: Haskell2010 executable zgo-tasks main-is: Tasks.hs hs-source-dirs: app ghc-options: -main-is Tasks -threaded -rtsopts -with-rtsopts=-N -Wall pkgconfig-depends: rustzcash_wrapper build-depends: base , megaparsec , mongoDB , scotty , time , warp , warp-tls , zgo-backend default-language: Haskell2010 executable zgo-token-refresh main-is: TokenRefresh.hs hs-source-dirs: app ghc-options: -main-is TokenRefresh -threaded -rtsopts -with-rtsopts=-N -Wall pkgconfig-depends: rustzcash_wrapper build-depends: aeson , base , bytestring , configurator , http-conduit , http-types , megaparsec , mongoDB , scotty , securemem , text , time , wai-extra , warp , warp-tls , zgo-backend default-language: Haskell2010 test-suite zgo-backend-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Spec pkgconfig-depends: rustzcash_wrapper build-depends: QuickCheck , aeson , base >=4.7 && <5 , bytestring , configurator , hspec , hspec-expectations-json , hspec-wai , http-conduit , HUnit , http-types , megaparsec , mongoDB , scotty , securemem , text , time , uuid , zcash-haskell , zgo-backend default-language: Haskell2010