Mike Pilgrem
Mike Pilgrem
@mpickering, to clarify: With, say, GHC 9.6.7, Stack copies HTML files: * from: `... \x86_64-windows\ghc-9.6.7\doc\html\libraries\base-4.18.3.0` (provided by GHC) * to: `... \testGHC9067\.stack-work\install\ ... \doc\base-4.18.3.0` * and from: `... \x86_64-windows\ghc-9.6.7\doc\html\libraries\ghc-prim-0.10.0` (provided...
I think the general issue is not Windows-specific. With Ubuntu 24.04.1 LTS (via WSL2) in Windows Terminal: ~~~text $ /home/mpilgrem/.stack/שזדס/programs/x86_64-linux/ghc-tinfo6-9.8.4/bin/hsc2hs --verbose --cc=/usr/bin/gcc --ld=/usr/bin/gcc -o Dummy.hs Dummy.hsc Executing: (@./hsc2hscall56604-0.rsp) /usr/bin/gcc -c...
I think part of the problem could be as simple as `DirectCodegen.outputDirect` uses `Common.writeBinaryFile` which, in turn, uses `System.IO.withBinaryFile` and that, effectively, restricts the input `String` to ASCII and the...
The original choice of `char8` encoding seems to date from this commit: * https://github.com/haskell/hsc2hs/commit/a0baf89fb765518b9045c9b32f26f86028193879 which seems to cross-reference this GHC issue: * https://gitlab.haskell.org/ghc/ghc/-/issues/3837
@sol, as GHC 9.10.2 provides `text-2.1.2`, it would be good to see this released: * #81
I will do a manual release.
I have rebased the remainder of this pull request, following the manual release of v2.4.3.
@kindaro, @sol and I now have commit rights. See: * https://github.com/JustusAdam/mustache/issues/69
@kindaro, as the fix appeared minor, I've raised a pull request myself.
I'll investigate: `http-api-data-0.6.2` is a dependency of `stack`, and my test was to build `stack` (with Stack) with GHC 9.14.1 (and its boot packages) on Windows (it builds fine). Ah!...