Skip to content

Commit 1ccd517

Browse files
committed
tx-browser: Create Spago build. #344
1 parent 8052ec6 commit 1ccd517

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

halogen-tx-browser/spago.dhall

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ name =
2+
"stbx-tx-browser"
3+
, sources =
4+
[ "src/**/*.purs" ]
5+
, dependencies =
6+
[ "studio" ]
7+
, packages =
8+
../packages.dhall
9+
}

packages.dhall

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let additions =
1010
, stbx-lang = ./stbx-lang/spago.dhall as Location
1111
, stbx-service-rest = ./stbx-service-rest/spago.dhall as Location
1212
, stbx-tx-store = ./stbx-tx-store/spago.dhall as Location
13+
, studio = ./studio/spago.dhall as Location
1314
, studio-common = ./studio-common/spago.dhall as Location
1415
, vec = ./vec/spago.dhall as Location
1516
, halogen-diagram-editor = ./halogen-diagram-editor/spago.dhall as Location

0 commit comments

Comments
 (0)