Stack lts-16.5 -> 20.23 and URLs in Cabal

This commit is contained in:
Christoph Bauer
2023-06-03 06:49:43 +02:00
parent efba9c2b50
commit 418847226e
4 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -20,9 +20,10 @@
* [ ] Text Representation pretty-printer
* [ ] Command line tool for calling interpreter/compiler/validator
* [ ] Codegen interface for type enforced generating valid WASM code
* [ ] Support for building if, loop, block
## 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
```