| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The `.ghci` files are actively annoying when trying to `cabal v2-repl`.
As for the `scripts`, the distribution workflow is completely different.
|
|
|
|
| |
(this slows down reloads on modifications)
|
|
|
|
| |
There seems to be memory and speed improvement.
|
|
We move some types out that are necessary as well and then
re-export and specialise them in the core Haddock.
Reason for moving out spec tests is that if we're working on the parser,
we can simply work on that and we can ignore the rest of Haddock. The
downside is that it's a little inconvenient if at the end of the day we
want to see that everything passes.
|