README.md: add how to load Haskell REPL

This commit is contained in:
Anton-Latukha 2020-09-30 17:00:52 +03:00
parent 34028b7eec
commit cc468af340
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ cabal v2-configure
cabal v2-build
```
3. Loading the project into `ghci` REPL:
```
cabal v2-repl
```
3. Testing:
* Default suite: