Mike Pilgrem
Mike Pilgrem
I did have success with GTK4 on Windows 11 with Stack and GHC-9.4.1-alpha3 (which comes with `base-4.17.0.0`). In case it helps other Windows users, this is what I did: I...
GHC issue [#21488](https://gitlab.haskell.org/ghc/ghc/-/issues/21488) is fixed in GHC 9.2.5, but not in GHC 9.4.3 or GHC 9.4.4. So, on Windows, with GHC 9.2.5 and: ~~~yaml ghc-options: - -with-rtsopts=--io-manager=native ~~~ ~~~haskell module...
@ad-si, the way that this works is that the relevant 'ANSI' codes are detected in the (ANSI-capable) terminal's output stream and the information is injected into the terminal's input stream....
@ad-si, not as far as I am aware. An application's code would usually detect if its output was to a terminal or not (eg redirected) (https://hackage.haskell.org/package/ansi-terminal-0.11.4/docs/System-Console-ANSI.html#g:32), and then behave accordingly.
@hasufell, I pick you as a reviewer because the drop down presents me with a long list of names, many of whom are unfamiliar to me. I don't mean to...
Since November 2020, the `ansi-wl-pprint` package has been marked as deprecated on Hackage (https://github.com/ekmett/ansi-wl-pprint/issues/18#issuecomment-733229424), in favour of `prettyprinter`. With the release of `ansi-terminal-1.0`, I sought to relax the upper bound...
I think the drawback of the flag defaulting to `true` is that the example executable would be built when it is not wanted, including when `ansi-terminal` is specified as a...
I did have in mind Stack. Its online help [explains](https://docs.haskellstack.org/en/stable/build_command/#components) "With dependencies, Stack will always build the library (if present) and all executables (if any), and ignore test suites and...
`Cabal-2.0.0.2` first shipped with GHC 8.2.1. LTS 10.0 provided GHC 8.2.2 on 2017-12-19, replacing LTS 9.21 (GHC 8.0.2). That means that Stack will fully embrace `build-tool-depends` from 2024-12-19, given its...
I had a look at this with `stack --verbose build --cabal-verbose` and Stack 2.15.1. As far as I can see, with lts-22.11 (GHC 9.6.4, Cabal 3.10.1.0) Stack is sending essentially...