We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f8c44 commit a091861Copy full SHA for a091861
src/Stack/PackageFile.hs
@@ -98,7 +98,10 @@ resolveGlobFiles cabalFileVersion =
98
names <- matchDirFileGlob' (toFilePath dir) name
99
mapM resolveFileOrWarn names
100
101
- matchDirFileGlob' :: FilePath -> FilePath -> RIO GetPackageFileContext [FilePath]
+ matchDirFileGlob' ::
102
+ FilePath
103
+ -> FilePath
104
+ -> RIO GetPackageFileContext [FilePath]
105
matchDirFileGlob' dir glob =
106
catch
107
(liftIO (matchDirFileGlob minBound cabalFileVersion dir glob))
0 commit comments