Haskell堆栈生成失败,错误消息为空

Haskell堆栈生成失败,错误消息为空,haskell,haskell-stack,Haskell,Haskell Stack,我在尝试在haskell堆栈中构建项目时遇到此错误。这是一个中等规模的项目,包含多个包。我对导致问题的原因的最佳猜测是,一些包具有循环依赖关系,但这只是猜测 stack --stack-yaml stacks/ghc/stack.yaml install While constructing the build plan, the following exceptions were encountered: Plan construction failed. 这可能是由于循环依赖性造成的

我在尝试在haskell堆栈中构建项目时遇到此错误。这是一个中等规模的项目,包含多个包。我对导致问题的原因的最佳猜测是,一些包具有循环依赖关系,但这只是猜测

stack --stack-yaml stacks/ghc/stack.yaml install

While constructing the build plan, the following exceptions were encountered:


Plan construction failed.

这可能是由于循环依赖性造成的。该错误消息已在未发布的stack版本中修复-请参阅

,我觉得它像个bug。请在打开一个问题,最好是一个可以复制错误的项目!这就是问题所在,很高兴知道错误消息已经修复