create initial POC script generating API

This commit is contained in:
Emily Martins 2022-06-21 14:48:31 +02:00
parent 564b1c4e66
commit e862de7e59
9 changed files with 210 additions and 82 deletions

View file

@ -235,18 +235,26 @@ executable agora-scripts
main-is: Scripts.hs
hs-source-dirs: agora-scripts
other-modules:
Options
API
Codec.Serialise.Orphans
Data.Cache.Cached
Options
Types
build-depends:
, agora
, cache
, clock
, gitrev
, hashable
, http-types
, optparse-applicative
, prettyprinter
, servant
, servant-server
, warp
, wai
, http-types
, prettyprinter
, wai-cors
, warp
executable agora-purescript-bridge
import: lang, deps, exe-opts