guibou / krank

Krank checks your code source comments for important markers
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

Fix issue 76 split many url on a line #77

Closed guibou closed 4 years ago

guibou commented 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.