Closed guibou closed 4 years ago
This closes #76.
It also includes (yes, that's bad) some refactor of krank.cabal to be able to run cabal repl tests and use :r to reload the library. This is a rather surprising behavior, but you need to reload the repl to observe the changes in the library.
krank.cabal
cabal repl tests
:r
This closes #76.
It also includes (yes, that's bad) some refactor of
krank.cabal
to be able to runcabal repl tests
and use:r
to reload the library. This is a rather surprising behavior, but you need to reload the repl to observe the changes in the library.