Skip to content

Commit a091861

Browse files
committed
Minor reformatting, for consistency
1 parent 15f8c44 commit a091861

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Stack/PackageFile.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ resolveGlobFiles cabalFileVersion =
9898
names <- matchDirFileGlob' (toFilePath dir) name
9999
mapM resolveFileOrWarn names
100100

101-
matchDirFileGlob' :: FilePath -> FilePath -> RIO GetPackageFileContext [FilePath]
101+
matchDirFileGlob' ::
102+
FilePath
103+
-> FilePath
104+
-> RIO GetPackageFileContext [FilePath]
102105
matchDirFileGlob' dir glob =
103106
catch
104107
(liftIO (matchDirFileGlob minBound cabalFileVersion dir glob))

0 commit comments

Comments
 (0)