Merge pull request #22 from chrbauer/chrbauer/update-stack-lts
Stack lts-16.5 -> 20.23 and URLs in Cabal
This commit is contained in:
@@ -20,9 +20,10 @@
|
|||||||
* [ ] Text Representation pretty-printer
|
* [ ] Text Representation pretty-printer
|
||||||
* [ ] Command line tool for calling interpreter/compiler/validator
|
* [ ] Command line tool for calling interpreter/compiler/validator
|
||||||
* [ ] Codegen interface for type enforced generating valid WASM code
|
* [ ] Codegen interface for type enforced generating valid WASM code
|
||||||
|
* [ ] Support for building if, loop, block
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
Clond sources to directory and use `stack` for running tests:
|
Clone sources to directory and use `stack` for running tests:
|
||||||
```
|
```
|
||||||
stack build && stack test
|
stack build && stack test
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
resolver: lts-16.5
|
resolver: lts-20.23
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps: []
|
extra-deps: []
|
||||||
|
|||||||
+4
-4
@@ -6,7 +6,7 @@
|
|||||||
packages: []
|
packages: []
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
size: 531707
|
sha256: 4c972e067bae16b95961dbfdd12e07f1ee6c8fffabbfa05c3d65100b03f548b7
|
||||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/5.yaml
|
size: 650253
|
||||||
sha256: 9751e25e0af5713a53ddcfcc79564b082c71b1b357fadef0d85672a5b5ba3703
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/23.yaml
|
||||||
original: lts-16.5
|
original: lts-20.23
|
||||||
|
|||||||
+3
-3
@@ -16,9 +16,9 @@ license: MIT
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
category: Language
|
category: Language
|
||||||
homepage: https:github.com/SPY/haskell-wasm
|
homepage: https://github.com/SPY/haskell-wasm
|
||||||
bug-reports: https:github.com/SPY/haskell-wasm/issues
|
bug-reports: https://github.com/SPY/haskell-wasm/issues
|
||||||
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
|
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.2.7
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
src/Language/Wasm/Parser.y
|
src/Language/Wasm/Parser.y
|
||||||
|
|||||||
Reference in New Issue
Block a user