Skip to content

Commit 27c4712

Browse files
committed
Use default project file
1 parent c2c149d commit 27c4712

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/ci-wasm32-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Test
2323
run: |
2424
nix shell gitlab:haskell-wasm/ghc-wasm-meta?host=gitlab.haskell.org&rev=${GHC_WASM_META}#{wasmtime,wasm32-wasi-cabal-9_12,wasm32-wasi-ghc-9_12} --command \
25-
wasm32-wasi-cabal test --project-file cabal.project.wasm32-wasi --test-wrapper ./tests/run-wasmtime.sh
25+
wasm32-wasi-cabal test --test-wrapper ./tests/run-wasmtime.sh

cabal.project

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
packages: unix-compat.cabal
2+
3+
if arch(wasm32)
4+
-- See https://github.com/haskellari/splitmix/pull/73
5+
source-repository-package
6+
type: git
7+
location: https://github.com/amesgen/splitmix.git
8+
tag: cea9e31bdd849eb0c17611bb99e33d590e126164

cabal.project.wasm32-wasi

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)