Matthew Pickering

Results 289 comments of Matthew Pickering

@ulysses4ever "We are in the process of planning the GHC 9.12 release. The tentative schedule is a fork date in mid September with a final release in late November."

One comment I have is that I think "fenced code block" refers to a code block surrounded by tildes but a backtick code block refers to a code block surrounded...

I have also run into this today. I want to use the `GHC_PACKAGE_PATH` variable to indicate to`ghc` the location of the global package database that it should use. The fact...

The patches by Thomas Tuegal are not sufficient for `GHC_PACKAGE_PATH` support. For a start, they do not obey the semantics of `GHC_PACKAGE_PATH` when it comes to whether to further search...

This does seem like a pragmatic thing to add, I didn't before think about the possibility of using a different command for the repl invocation to the one used to...

It does mean that you have to make sure that your `--with-repl` script is compatible with the `--with-compiler` option. But you have to do that anyway if you are messing...

@sol @fendor Just want to check that you are both set for 3.16 to include the `--with-repl` flag in your respective projects?

> [@mpickering](https://github.com/mpickering) did you see my comment at [#10915 (comment)](https://github.com/haskell/cabal/issues/10915#issuecomment-3037319966). > > The bottom line is that `doctest` users use `--with-compiler`. I can change the documentation, and I can change...