Matt Renaud
Matt Renaud
Hey @yaxu, I should have some time in the next couple of days to investigate this. I'm not familiar with this part of the code (@phadej could you give me...
Hey @ertyseidohl I'm actually actively working on this now, I'm hoping to have a PR out for review this week. In the meantime, the workaround is to manually edit the...
@yaxu do you happen to have a repro case when installing directly from hackage? If the package has the same hash there shouldn't be any modifications made to the env...
Also @yaxu, this is a bit of a meta-comment/question, but I just wanted to make sure that your use case _actually_ requires modifying the global package environment; apologies if you're...
Gotcha, thanks for the context. Yeah it sounds like using a global environment is probably the best way forward, and the root of the issue is when you make changes...
I've got a pretty decent handle on the `install --lib` code now, I was actually consider doing a pretty substantial prefactor/refactoring before making the change since everything is pretty tangled...
Also, is there a good real-time place to chat about this? #cabal irc? Going back and fourth on comments works for some things but getting on the same page is...
Hey @ertyseidohl I just took a look at your post and it doesn't appear that you need to use `cabal install` at all. If you are developing an executable that...
Ahh yeah there was a time when you needed to install libraries to the global package namespace to use them but that hasn't been the case for quite some time...
I'll add more fine grained benchmarks if I get the chance tomorrow. Sending out for feedback on the code.