Skip to content

Commit a058fe7

Browse files
committed
Add missing Haddock documentation.
1 parent 9c3d74b commit a058fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Stack/PackageFile.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ getPackageFile ::
132132
( HasEnvConfig s, MonadReader s m, MonadThrow m, MonadUnliftIO m )
133133
=> Package
134134
-> Path Abs File
135+
-- ^ The Cabal file describing the package.
135136
-> m PackageComponentFile
136137
getPackageFile pkg cabalFP =
137138
debugBracket ("getPackageFiles" <+> pretty cabalFP) $ do

0 commit comments

Comments
 (0)