File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ packageFromPackageDescription packageConfig pkgFlags (PackageDescriptionPair pkg
202202 = T. pack . prettyShow . MungedPackageName (pkgName pkgId)
203203 . maybeToLibraryName . Just . Cabal. mkUnqualComponentName . T. unpack
204204
205- -- Gets all of the modules, files, build files, and data files that
206- -- constitute the package. This is primarily used for dirtiness
207- -- checking during build, as well as use by "stack ghci"
205+ -- Gets all of the modules, files, build files, and data files that constitute
206+ -- the package. This is primarily used for dirtiness checking during build, as
207+ -- well as use by "stack ghci"
208208 pkgFiles = GetPackageFiles $
209209 \ cabalfp -> debugBracket (" getPackageFiles" <+> pretty cabalfp) $ do
210210 let pkgDir = parent cabalfp
You can’t perform that action at this time.
0 commit comments