init servant-based API for script exporting
This commit is contained in:
parent
bbbb6ecc6b
commit
33cb76079f
4 changed files with 149 additions and 120 deletions
10
agora.cabal
10
agora.cabal
|
|
@ -234,11 +234,19 @@ executable agora-scripts
|
|||
import: lang, deps, exe-opts
|
||||
main-is: Scripts.hs
|
||||
hs-source-dirs: agora-scripts
|
||||
other-modules: Options
|
||||
other-modules:
|
||||
Options
|
||||
API
|
||||
build-depends:
|
||||
, agora
|
||||
, gitrev
|
||||
, optparse-applicative
|
||||
, servant
|
||||
, servant-server
|
||||
, warp
|
||||
, wai
|
||||
, http-types
|
||||
, prettyprinter
|
||||
|
||||
executable agora-purescript-bridge
|
||||
import: lang, deps, exe-opts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue