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 9e14bab commit 1a3ccf4Copy full SHA for 1a3ccf4
Setup.hs
@@ -47,7 +47,7 @@ generateBuildModule verbosity pkg lbi = do
47
where
48
allInstPkgsIdx = installedPkgs lbi
49
allInstPkgIds = map installedPackageId $ allPackages allInstPkgsIdx
50
- -- instPkgIds includes `stack-X.X.X`, which is not a depedency hence is missing from allInstPkgsIdx. Filter that out.
+ -- instPkgIds includes `stack-X.X.X`, which is not a dependency hence is missing from allInstPkgsIdx. Filter that out.
51
availInstPkgIds = filter (`elem` allInstPkgIds) $ testDeps xs ys
52
handleDepClosureFailure unsatisfied =
53
error $
0 commit comments