Mitchell Dalvi Rosen
Mitchell Dalvi Rosen
Here's the latest: - I added ``` repository whobar url: http://localhost:8080/ ``` to `/.cabal/config` and re-ran `hackage-build build`. Same problem ("0 packages to build"). - Ok, I suppose I should...
Whew, it's working now, after adding `admin` to the `trustees` group. Yay! I can add some notes to the README shortly. About falling back to `00-index.tar` - this would be...
Oh, I see, thanks. It's not producing errors, I just don't want to have to regenerate hie.yaml whenever a module appears there :)
Hm, ``` haskell catMaybes = filter isJust mapMaybe f = filter isJust . map f ``` these are a little shorter than what you've written, and don't seem too bad.
Ah - yup! Blah. Carry on then
Also missing: ```haskell Data.Sequence.mapMaybe :: (a -> Maybe b) -> Seq a -> Seq b ```
@ckoparkar Ping!
Ok, thanks. ... unfortunately now the source repository is now out of sync with what's on Hackage :sweat_smile: I'll leave this open and the maintainer, whoever they are, can choose...
Sounds like a great improvement! Is there another open issue about publisher-side filtering that I could track?
That's the XOR of mine :)