setup bridge target
This commit is contained in:
parent
f586af2f64
commit
68f4bd5498
2 changed files with 17 additions and 0 deletions
4
agora-purescript-bridge/Bridge.hs
Normal file
4
agora-purescript-bridge/Bridge.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
module Main (main) where
|
||||||
|
|
||||||
|
main :: IO ()
|
||||||
|
main = return ()
|
||||||
13
agora.cabal
13
agora.cabal
|
|
@ -120,6 +120,9 @@ common test-deps
|
||||||
, tasty-hedgehog
|
, tasty-hedgehog
|
||||||
, tasty-hunit
|
, tasty-hunit
|
||||||
|
|
||||||
|
common exe-opts
|
||||||
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0
|
||||||
|
|
||||||
library
|
library
|
||||||
import: lang, deps
|
import: lang, deps
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
|
|
@ -197,3 +200,13 @@ benchmark agora-bench
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
build-depends: agora
|
build-depends: agora
|
||||||
|
|
||||||
|
executable agora-purescript-bridge
|
||||||
|
import: lang, deps, exe-opts
|
||||||
|
main-is: Bridge.hs
|
||||||
|
build-depends:
|
||||||
|
, agora
|
||||||
|
, optparse-applicative
|
||||||
|
, purescript-bridge
|
||||||
|
|
||||||
|
hs-source-dirs: agora-purescript-bridge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue