lib.filesystem.haskellPathsInDir
Inputs
Type
A map of all haskell packages defined in the given path, identified by having a cabal file with the same name as the directory itself.
root
The directory within to search
Path -> Map String Path