Skip to content

Commit

Permalink
Modify spago.dhall to ref new submodule directory
Browse files Browse the repository at this point in the history
Signed-off-by: Achintya Rao <[email protected]>
  • Loading branch information
RaoOfPhysics committed Jul 29, 2024
1 parent 76517c5 commit 312de77
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ to generate this file without the comments in this block.
, "web-events"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs", "fluid/src/**/*.purs", "fluid/test/**/*.purs" ]
, sources =
[ "src/**/*.purs"
, "test/**/*.purs"
, "fluid-submodule/src/**/*.purs"
, "fluid-submodule/test/**/*.purs"
]
, backend = "purs-backend-es build"
}

0 comments on commit 312de77

Please sign in to comment.