Matthew Pickering
Matthew Pickering
I am not sure this fixes the regression, you are still unable to run `cabal` in a subdirectory (it partially fixes the issue with running it in one specific subdirectory).
@mpilgrem Recent versions of cabal have such a flag (`--repl-multi-file `) which writes a file containing the arguments which would have been used to start the repl into the given...
I think it is only going to be in the 3.12 release.. which still hasn't been released it seems.
What has been the testing strategy for this patch? Are we very sure that removing the order dependence doesn't break some packages? It would also be better to guard passing...
@bubba I never tested this change myself sorry! I'm not sure it's even useful anymore.
@DougBurke It is too unpredictable to know where there will be bug or a new feature which is not supported. I think the only reasonable solution is to move all...
> If we do nothing it seems likely that the Stack community will create a separate Haskell package repository. Why would the stack community want to create a separate Haskell...
`Foldable ((,) a)` was already a mistake, I am strongly opposed to adding any more instances for the other tuple sizes.
@edsko There appear to be two definitions of `onException`. The one in `GHC.Internal.IO` is defined as: ``` 334 onException :: IO a -> IO b -> IO a 335 onException...
@Bodigrim @haskell/core-language-committee I think the backtrace mechanism is severely hindered by the lack of a rethrowing mechanism, please can we make progress with this proposal? At the moment if you...