mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 11:44:51 +03:00
Tiny build fixes.
This commit is contained in:
parent
66b76a8a04
commit
62931141cb
@ -72,6 +72,9 @@ The idea is that you normally use this for development, and you use `stack` dire
|
|||||||
|
|
||||||
You can run `./run help` to learn how to use it.
|
You can run `./run help` to learn how to use it.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- `./run exec examples/todoMVC.wasp out/todoMVC` will run stic on todoMVC example.
|
||||||
|
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
For tests we are using [**Tasty**](https://documentup.com/feuerbach/tasty) testing framework. Tasty let's us combine different types of tests into a single test suite.
|
For tests we are using [**Tasty**](https://documentup.com/feuerbach/tasty) testing framework. Tasty let's us combine different types of tests into a single test suite.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# this file: <https://github.com/sol/hpack>.
|
# this file: <https://github.com/sol/hpack>.
|
||||||
name: stic
|
name: stic
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
github: "Martinsos/wabi"
|
github: "Martinsos/stic"
|
||||||
#license: BSD3
|
#license: BSD3
|
||||||
author: "Stic"
|
author: "Stic"
|
||||||
maintainer: "info@stic.dev"
|
maintainer: "info@stic.dev"
|
||||||
@ -33,7 +33,6 @@ dependencies:
|
|||||||
|
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -Wall
|
- -Wall
|
||||||
- -Werror
|
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
Loading…
Reference in New Issue
Block a user