Skip to content

Commit cc468af

Browse files
committed
README.md: add how to load Haskell REPL
1 parent 34028b7 commit cc468af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ cabal v2-configure
5959
cabal v2-build
6060
```
6161

62+
3. Loading the project into `ghci` REPL:
63+
```
64+
cabal v2-repl
65+
```
66+
6267
3. Testing:
6368

6469
* Default suite:

0 commit comments

Comments
 (0)