Mango The Fourth
Mango The Fourth
@ulysses4ever whats your opinion on hiding maintainers corner by default? If there are no other opinions I’ll switch back to not hiding by default like @gbaz requested…
Ah perfect, that’s a good helper to enforce that decision. I’ll also put up a screenshot when I get around to it. But I think both of your arguments are...


I'm still not entirely happy with how this looks, especially on pages with very large module lists. I think the README should come first and then both the modules and...
yeah I think that would be really nice.
So afaiu at the moment, how it works is that hackage-server just loads the tarball and then serves whatever file from the tarball that was requested. I guess to replace...
In my opinion user generated archives shouldn't be a thing at all. I think it would be even be a good idea to throw away everything that isn't enclosed in...
GHC already has a way to show which patterns are missing. I would just show those?
```haskell data Foo = Bar | Baz | Qux foo = \case Foo -> .. _ Baz, Qux -> .. -- where Bax, Qux would be in inline hint highlighting...