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