Skip to content

Commit 6f9258e

Browse files
committed
build: add haskell-wasm/jsaddle submodule
1 parent 41fe06c commit 6f9258e

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

.ghcid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
--command "exec wasm32-wasi-cabal repl --enable-multi-repl --repl-option=-fno-code"
1+
--command "exec wasm32-wasi-cabal repl --enable-multi-repl --repl-option=-fno-code all"
22
--restart cabal.project
33
--restart jsaddle-wasm.cabal

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
experimental: true
3636
steps:
3737
- uses: actions/checkout@v5
38+
with:
39+
submodules: true
3840

3941
- run: |
4042
cabal update --ignore-project
@@ -83,6 +85,8 @@ jobs:
8385
- "9.10"
8486
steps:
8587
- uses: actions/checkout@v5
88+
with:
89+
submodules: true
8690

8791
- run: |
8892
cabal update --ignore-project

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "jsaddle"]
2+
path = jsaddle
3+
url = https://github.com/haskell-wasm/jsaddle.git

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
packages: .
1+
packages: jsaddle/jsaddle .
22

33
source-repository-package
44
type: git

jsaddle

Submodule jsaddle added at 2513cd1

0 commit comments

Comments
 (0)