为了能够在Windows上取消进程,我需要使用
this fix
对于
process
package
stack.yaml
文件:
packages:
- '.'
- location:
git: https:
commit: 2fb7e739771f4a899a12b45f8b392e4874616b89
extra-dep: true
但是
stack build
命令失败:
Process exited with code: ExitFailure 1
Logs have been written to: C:\Users\nadalesagutde\Documents\github\capitanbatata\sandbox\racing-turtles\.stack-work\logs\process-1.6.1.0.log
Configuring process-1.6.1.0...
Warning: The 'build-type' is 'Configure' but there is no 'configure' script.
You probably need to run 'autoreconf -i' to generate it.
setup.exe: configure script not found.
过程
声明如下:
autoreconf -i
必须在之前运行,但我不知道如何告诉
stack
文件