Teo Camarasu
Teo Camarasu
I never got around to working on this. Since then my thinking has shifted. I'm not really sure if eventlogs need to be sorted at all. I think most use...
Would it be possible to make Cabal exit successfully in this case? I don't really see why this should lead to an error. I would be happy to write a...
Nice! These are the things I've been experimenting with as well. Great to see other folks are on the same page! > As a library that can be baked into...
I think you need to recompile your dependencies passing the `-finfo-table-map -fdistinct-constructor-tables` GHC options to them as well. This gets a bit tricky with boot packages. To get info tables...
I took a brief look at this and testing it locally it seems that both `Setup copy ` and `Setup install` install the internal library even if we just pass...
I've made some MRs against stackage to add those dependencies to the nightly package set: - https://github.com/commercialhaskell/stackage/pull/6855 - https://github.com/commercialhaskell/stackage/pull/6856 If those get accepted I'll make one to add eventlog2html too....
I've had a chance to rebase these changes. I think it's ready for review. The diff is quite large but really it's just splitting up this huge module into some...
Good point @ulysses4ever . I'd be happy to do that. The `refine imports` HLS action should do exactly this so it shouldn't be too laborious
I've pushed a commit that should remove all but 3 of the imports in `Cabal`. Those 3 used most of the re-exported modules anyway so, we wouldn't be gaining anything...
@Mikolaj @Kleidukos I noticed you interacted with some of the comments in this PR. Would you be interested in reviewing (the diff looks daunting but it's just moving things around)?...