zgo-backend/zgo-backend.cabal

185 lines
3.4 KiB
Text
Raw Permalink Normal View History

2022-04-22 11:15:23 -05:00
cabal-version: 1.12
2023-04-28 13:05:02 -05:00
-- This file has been generated from package.yaml by hpack version 0.35.1.
2022-04-22 11:15:23 -05:00
--
-- see: https://github.com/sol/hpack
name: zgo-backend
2023-04-28 13:05:02 -05:00
version: 1.4.0
2022-04-22 11:15:23 -05:00
synopsis: Haskell Back-end for the ZGo point-of-sale application
description: Please see the README at <https://git.vergara.tech/Vergara_Tech//zgo-backend#readme>
2022-04-22 11:15:23 -05:00
category: Web
author: Rene Vergara
maintainer: rene@vergara.network
2023-03-10 15:31:47 -06:00
copyright: Copyright (c) 2023 Vergara Technologies LLC
2022-05-19 13:08:12 -05:00
license: BOSL
2022-04-22 11:15:23 -05:00
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
2022-07-07 10:13:33 -05:00
CHANGELOG.md
2022-05-19 13:08:12 -05:00
zgo.cfg
2022-04-22 11:15:23 -05:00
source-repository head
type: git
location: https://git.vergara.tech/Vergara_Tech/zgo-backend
2022-04-22 11:15:23 -05:00
library
exposed-modules:
2022-07-12 16:08:27 -05:00
Config
2022-05-12 14:59:29 -05:00
Item
2023-02-02 15:14:28 -06:00
LangComponent
2022-05-11 15:04:46 -05:00
Order
Owner
2022-05-17 12:47:27 -05:00
Payment
2022-05-11 15:04:46 -05:00
User
2022-11-14 15:56:30 -06:00
WooCommerce
2022-08-10 10:17:47 -05:00
Xero
2022-04-22 11:15:23 -05:00
ZGoBackend
2022-05-11 15:04:46 -05:00
ZGoTx
2022-04-22 11:15:23 -05:00
other-modules:
Paths_zgo_backend
hs-source-dirs:
src
build-depends:
2022-04-30 07:59:49 -05:00
QuickCheck
, aeson
, array
2022-04-22 11:15:23 -05:00
, base >=4.7 && <5
2022-11-28 18:35:06 -06:00
, base64-bytestring
, blake3
2022-04-22 11:15:23 -05:00
, bson
2022-04-30 07:59:49 -05:00
, bytestring
2022-07-12 16:08:27 -05:00
, configurator
2022-08-20 08:09:46 -05:00
, containers
2023-02-01 12:49:33 -06:00
, crypto-rng
, ghc-prim
2022-07-07 10:13:33 -05:00
, hexstring
2022-04-30 07:59:49 -05:00
, http-conduit
, http-types
2022-08-20 08:09:46 -05:00
, jwt
2023-03-10 15:31:47 -06:00
, megaparsec
, memory
2022-04-22 11:15:23 -05:00
, mongoDB
2023-01-24 13:54:21 -06:00
, network
2022-04-30 07:59:49 -05:00
, quickcheck-instances
, random
, regex-base
, regex-compat
2022-07-22 11:04:15 -05:00
, scientific
2022-04-30 07:59:49 -05:00
, scotty
, securemem
2022-04-22 11:15:23 -05:00
, text
, time
, unordered-containers
2023-03-10 15:31:47 -06:00
, uuid
2022-04-30 07:59:49 -05:00
, vector
2022-12-01 14:36:06 -06:00
, wai
2022-05-17 12:47:27 -05:00
, wai-cors
2022-04-30 07:59:49 -05:00
, wai-extra
2022-05-19 08:24:52 -05:00
, warp-tls
2022-04-22 11:15:23 -05:00
default-language: Haskell2010
executable zgo-backend-exe
2022-10-26 15:34:29 -05:00
main-is: Server.hs
2022-04-22 11:15:23 -05:00
other-modules:
Tasks
2022-10-26 15:34:29 -05:00
TokenRefresh
2022-04-22 11:15:23 -05:00
Paths_zgo_backend
hs-source-dirs:
app
2022-10-26 15:34:29 -05:00
ghc-options: -main-is Server -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson
, base
, bytestring
, configurator
, http-conduit
, http-types
2023-03-10 15:31:47 -06:00
, megaparsec
2022-10-26 15:34:29 -05:00
, mongoDB
, scotty
, securemem
, text
, time
, wai-extra
, warp
, warp-tls
, zgo-backend
default-language: Haskell2010
executable zgo-tasks
main-is: Tasks.hs
other-modules:
Server
TokenRefresh
Paths_zgo_backend
hs-source-dirs:
app
ghc-options: -main-is Tasks -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base
2023-03-10 15:31:47 -06:00
, megaparsec
, mongoDB
, scotty
, time
, warp
, warp-tls
, zgo-backend
default-language: Haskell2010
2022-10-26 15:34:29 -05:00
executable zgo-token-refresh
main-is: TokenRefresh.hs
other-modules:
Server
Tasks
2022-10-26 15:34:29 -05:00
Paths_zgo_backend
hs-source-dirs:
app
ghc-options: -main-is TokenRefresh -threaded -rtsopts -with-rtsopts=-N -Wall
2022-04-22 11:15:23 -05:00
build-depends:
aeson
, base
2022-04-30 07:59:49 -05:00
, bytestring
2022-05-19 08:24:52 -05:00
, configurator
2022-04-22 11:15:23 -05:00
, http-conduit
, http-types
2023-03-10 15:31:47 -06:00
, megaparsec
2022-04-22 11:15:23 -05:00
, mongoDB
, scotty
, securemem
, text
, time
, wai-extra
2022-05-19 09:52:17 -05:00
, warp
2022-05-19 08:24:52 -05:00
, warp-tls
2022-04-22 11:15:23 -05:00
, zgo-backend
default-language: Haskell2010
test-suite zgo-backend-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_zgo_backend
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is Spec
build-depends:
QuickCheck
2022-04-30 07:59:49 -05:00
, aeson
2022-04-22 11:15:23 -05:00
, base >=4.7 && <5
2022-04-30 07:59:49 -05:00
, bytestring
2022-05-24 10:20:10 -05:00
, configurator
2022-04-22 11:15:23 -05:00
, hspec
2022-04-30 07:59:49 -05:00
, hspec-expectations-json
, hspec-wai
, http-conduit
, http-types
, mongoDB
2022-05-24 10:20:10 -05:00
, scotty
2022-04-30 07:59:49 -05:00
, securemem
, text
2022-05-11 15:04:46 -05:00
, time
2022-04-22 11:15:23 -05:00
, zgo-backend
default-language: Haskell2010