We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4738a2b commit b5a350aCopy full SHA for b5a350a
src/Stack/Types/Build/Exception.hs
@@ -699,8 +699,13 @@ pprintExceptions exceptions stackYaml stackRoot isImplicitGlobal parentMap wante
699
[ flow "(no matching package and version found. Perhaps there is \
700
\an error in the specification of a package's"
701
, style Shell "dependencies"
702
+ , "or"
703
+ , style Shell "build-tools"
704
, flow "(Hpack) or"
- , style Shell "build-depends"
705
+ , style Shell "build-depends" <> ","
706
707
708
+ , style Shell "build-tool-depends"
709
, flow "(Cabal file)"
710
, flow "or an omission from the"
711
, style Shell "packages"
0 commit comments