phoityne / haskell-debug-adapter

Debug Adapter for Haskell debugging system.
https://hackage.haskell.org/package/haskell-debug-adapter
BSD 3-Clause "New" or "Revised" License
54 stars 8 forks source link

build fail with stack-2.1.1 #8

Open phoityne opened 5 years ago

phoityne commented 5 years ago

build fail with no error. win10 stack-2.1.1 + lts-13.25

ng libs.

stack-1.9 is ok.

ZZYSonny commented 5 years ago

Same here. When building fsnotify on windows,stack 2.1.3, stack showed some errors (more of minor language error like unused variables perhaps). After that, no more output is given, with cpu usage at almost 0.

By the way, I got TerminateProcess: Permission Denied throughout building. And I have to stack install again to continue building.

I'll try stack 1.9 later.

phoityne commented 5 years ago

Hi. In my case, with chcp command in the command prompt, everything works fine.

> chcp 65001
> stack install haskell-dap ghci-dap haskell-debug-adapter

      build ok

>
> stack --version
Version 2.1.3, Git revision 0fa51b9925decd937e4a993ad90cb686f88fa282 (7739 commits) x86_64 hpack-0.31.2
>

Regards.