Skip to content

Commit 835318b

Browse files
committed
Minor reformatting of Stack.Package
1 parent f8b3ccb commit 835318b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Stack/Package.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)