1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 06:38:40 +03:00

Merge pull request #34 from RacingTadpole/patch-1

Fix ref to loading level03-tests in ghci
This commit is contained in:
Sean Chalmers 2018-02-08 16:14:09 +10:00 committed by GitHub
commit 11b38f5333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,10 +32,10 @@ To load the tests in the REPL:
```shell
# Cabal
$ cabal repl level04-tests
$ cabal repl level03-tests
# Stack
$ stack ghci level04:level04-tests
$ stack ghci level03:level03-tests
```
Start in ``tests/Test.hs``.