Skip to content

Commit 4188472

Browse files
committed
Stack lts-16.5 -> 20.23 and URLs in Cabal
1 parent efba9c2 commit 4188472

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
* [ ] Text Representation pretty-printer
2121
* [ ] Command line tool for calling interpreter/compiler/validator
2222
* [ ] Codegen interface for type enforced generating valid WASM code
23+
* [ ] Support for building if, loop, block
2324

2425
## Development
25-
Clond sources to directory and use `stack` for running tests:
26+
Clone sources to directory and use `stack` for running tests:
2627
```
2728
stack build && stack test
2829
```

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-16.5
1+
resolver: lts-20.23
22
packages:
33
- '.'
44
extra-deps: []

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
size: 531707
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/5.yaml
11-
sha256: 9751e25e0af5713a53ddcfcc79564b082c71b1b357fadef0d85672a5b5ba3703
12-
original: lts-16.5
9+
sha256: 4c972e067bae16b95961dbfdd12e07f1ee6c8fffabbfa05c3d65100b03f548b7
10+
size: 650253
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/23.yaml
12+
original: lts-20.23

wasm.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ license: MIT
1616
license-file: LICENSE
1717
build-type: Simple
1818
category: Language
19-
homepage: https:github.com/SPY/haskell-wasm
20-
bug-reports: https:github.com/SPY/haskell-wasm/issues
21-
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
19+
homepage: https://github.com/SPY/haskell-wasm
20+
bug-reports: https://github.com/SPY/haskell-wasm/issues
21+
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.2.7
2222
extra-source-files:
2323
README.md
2424
src/Language/Wasm/Parser.y

0 commit comments

Comments
 (0)