Skip to content

Commit 8a3aedd

Browse files
authored
Updated README.md with target ghci command
1 parent 358cd6d commit 8a3aedd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ Basically remember these:
184184
:module ModuleName
185185
```
186186

187+
The `cabal v2-repl target` command can be too heavy weight especially if you're modifying just 1 module in the entire codebase. And it can be problematic when you are breaking type signatures.
188+
189+
So instead use `ghci ModuleA/ModuleB` to load up just that module and its dependencies.
190+
187191
## FFI
188192

189193
This project also demonstrates how to use the FFI. C source files are located in `csrc`, while the C headers are in `include`.

0 commit comments

Comments
 (0)