We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8052ec6 commit 1ccd517Copy full SHA for 1ccd517
halogen-tx-browser/spago.dhall
@@ -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
@@ -10,6 +10,7 @@ let additions =
10
, stbx-lang = ./stbx-lang/spago.dhall as Location
11
, stbx-service-rest = ./stbx-service-rest/spago.dhall as Location
12
, stbx-tx-store = ./stbx-tx-store/spago.dhall as Location
13
+ , studio = ./studio/spago.dhall as Location
14
, studio-common = ./studio-common/spago.dhall as Location
15
, vec = ./vec/spago.dhall as Location
16
, halogen-diagram-editor = ./halogen-diagram-editor/spago.dhall as Location
0 commit comments