Skip to content

Commit 1a3ccf4

Browse files
authored
Fix a typo in Setup.hs
1 parent 9e14bab commit 1a3ccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ generateBuildModule verbosity pkg lbi = do
4747
where
4848
allInstPkgsIdx = installedPkgs lbi
4949
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.
50+
-- instPkgIds includes `stack-X.X.X`, which is not a dependency hence is missing from allInstPkgsIdx. Filter that out.
5151
availInstPkgIds = filter (`elem` allInstPkgIds) $ testDeps xs ys
5252
handleDepClosureFailure unsatisfied =
5353
error $

0 commit comments

Comments
 (0)