Open epogrebnyak opened 4 years ago
This looks like a bug in GHC, not streaming-commons
. Is there some reason to believe that streaming-commons
is doing something specific to trigger this?
You may be able to work around this by changing your code page with (IIRC) chcp 65001
Is there some reason to believe that streaming-commons is doing something specific to trigger this?
My only clue is that other dependencies of pandoc
do install and streaming-commons
fails in that installation.
With chcp 65001
the error comes even faster, unfortunately. Making things work on Windows is tedious (
λ chcp 65001
Active code page: 65001
C:\Users\Евгений\Desktop
λ cabal install streaming-commons
C:\Users\Евгений\AppData\Roaming\cabal\config: hGetContents: invalid argument (invalid byte sequence)
Out of curiosity, what versions of GHC and cabal-install are you using? Have you tried building this with Stack instead?