findM package:Cabal
Find the file corresponding to a Haskell module name.
This is similar to
findFileCwdWithExtension' but specialised to
a module name. The function fails if the file corresponding to the
module is missing.
Find the file corresponding to a Haskell module name.
This is similar to
findFileWithExtension' but specialised to a
module name. The function fails if the file corresponding to the
module is missing.
Finds the files corresponding to a list of Haskell module names.
As
findModuleFileCwd but for a list of module names.
Finds the files corresponding to a list of Haskell module names.
As findModuleFile but for a list of module names.