Skip to content

Commit

Permalink
Merge pull request qfpl#72 from gregberns/new-run
Browse files Browse the repository at this point in the history
Change instructions to use 'new-run'
  • Loading branch information
mankyKitty authored Jan 7, 2019
2 parents a3c4ee7 + 104515f commit 4403218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Level01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To run the application:

```bash
# With Cabal
$ cabal run level01-exe
$ cabal new-run level01-exe

# With Stack
$ stack exec level01-exe
Expand Down
2 changes: 1 addition & 1 deletion src/Level02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The starting point for this exercise is the ``src/Level02/Types.hs``.

```bash
# Using cabal
$ cabal run level02-exe
$ cabal new-run level02-exe

# Using stack
$ stack exec level02-exe
Expand Down

0 comments on commit 4403218

Please sign in to comment.