Skip to content

Commit 1894a66

Browse files
authored
add arm apple support (#16)
1 parent 8601b58 commit 1894a66

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The `dap-estgi-server` and `dap-estgi-vscode-extension` are application specific
5252
macosx-custom-wpc:
5353
9.2.7:
5454
url: "https://github.com/grin-compiler/foundation-pak/releases/download/ghc-9.2.7/ghc-9.2.7-x86_64-apple-darwin.tar.xz"
55+
macosx-aarch64-custom-wpc:
56+
9.2.7:
57+
url: "https://github.com/grin-compiler/foundation-pak/releases/download/ghc-9.2.7/ghc-9.2.7-aarch64-apple-darwin.tar.xz"
5558
```
5659
* Run: `stack build`
5760
5. Open debuggee program in VSCode [Extension Development Host]

sample-program-to-debug/stack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ setup-info:
1515
macosx-custom-wpc:
1616
9.2.7:
1717
url: "https://github.com/grin-compiler/foundation-pak/releases/download/ghc-9.2.7/ghc-9.2.7-x86_64-apple-darwin.tar.xz"
18+
macosx-aarch64-custom-wpc:
19+
9.2.7:
20+
url: "https://github.com/grin-compiler/foundation-pak/releases/download/ghc-9.2.7/ghc-9.2.7-aarch64-apple-darwin.tar.xz"

0 commit comments

Comments
 (0)