Haskell 堆栈生成导致ExitFailure 1与YesSOD

Haskell 堆栈生成导致ExitFailure 1与YesSOD,haskell,yesod,haskell-stack,Haskell,Yesod,Haskell Stack,我试图在Windows上开始YesSOD开发,但我似乎无法构建生成的裸机应用程序。我遵循所有的步骤。具体来说,当我执行 stack build 指挥部。生成以下输出 C:\Users\Vitor Coimbra\testeyesod>stack build Setting codepage to UTF-8 (65001) to ensure correct output from GHC Teste-0.0.0: build Preprocessing library Teste-0.

我试图在Windows上开始YesSOD开发,但我似乎无法构建生成的裸机应用程序。我遵循所有的步骤。具体来说,当我执行

stack build
指挥部。生成以下输出

C:\Users\Vitor Coimbra\testeyesod>stack build
Setting codepage to UTF-8 (65001) to ensure correct output from GHC
Teste-0.0.0: build
Preprocessing library Teste-0.0.0...
In-place registering Teste-0.0.0...
Preprocessing executable 'Teste' for Teste-0.0.0...
Linking .stack-work\dist\x86_64-windows\Cabal-1.22.4.0\build\Teste\Teste.exe ...
ghc.exe: could not execute: C:\Program Files\Haskell Platform\7.10.2-a\lib/../mingw/bin/gcc.exe
ghc: warning: _tzset from msvcrt is linked instead of __imp__tzset

--  While building package Teste-0.0.0 using:
      C:\\Program Files\\Haskell Platform\\7.10.2-a\\bin\\runhaskell.exe -package=Cabal-1.22.4.0 -clear-package-db -global-package-db -package-db=C:\Users\Vitor Coimbra\AppData\Roaming\stack\snapshots\x86_64-windows\lts-3.1\7.10.2\pkgdb\ C:\Users\VITORC~1\AppData\Local\Temp\stack5620\Setup.hs --builddir=.stack-work\dist\x86_64-windows\Cabal-1.22.4.0\ build exe:Teste --ghc-options -hpcdir .stack-work\dist\x86_64-windows\Cabal-1.22.4.0\hpc\.hpc\ -ddump-hi -ddump-to-file
Process exited with code: ExitFailure 1

该项目是以名称Teste创建的,SQLite作为持久层。

这看起来有点像和/或相关问题466。如果这是问题所在,[此解决方法()可能会有帮助。嘿,谢谢你的评论。不幸的是,迈克尔提到的解决办法对我来说还不够。我想我得等到这个问题完全解决了再说?