Tamar Christina
Tamar Christina
I haven't been able to reproduce this locally but I do see it on AppVeyor too.. by the speed which `hsc2hs` seems to be working here I think it thinks...
Right, this seems to be a `cabal` bug. Cabal has at some point decided to start passing `-x` to `hsc2hs` which is asking it to cross compile. ``` "C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.6.2\bin\hsc2hs.exe" "-x"...
Actually, looking at https://ci.appveyor.com/project/hvr/paths/builds/29725968/job/q88c02jr7k66i2sp I see the issue ``` cabal v3.0.0.0 [Approved] cabal package files install completed. Performing other installation steps. Downloading cabal 64 bit from 'https://downloads.haskell.org/cabal/cabal-install-3.0.0.0/cabal-install-3.0.0.0-x86_64-unknown-mingw32.zip' ``` So it...
I've corrected the example at https://hub.zhox.com/posts/introducing-haskell-dev/
The documentation is built as part of the release, but ever since the OsString support its been failing with a weird error that I can't figure out. I'll try updating...
Hmm yeah agreed. I think vty's implementation is separate enough to pull in. It's license is compatible as well. I think you wrote it right @chhackett?
Great, thank you!
So this version doesn't do much yet. It was just me marking what needs updating. I have a bigger branch locally that I was working on where I started functional...
> OK. If I understand correctly, an async mechanism should be introduced to make use of WINIO. I will try your new branch! Short answer no, long answer: While for...
@kazu-yamamoto will do, I'll write up a todo this weekend. Need to go over things again.