query
On this page

haskellPathsInDir

lib.filesystem.haskellPathsInDir

Docs pulled from | This Revision | 21 minutes ago


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.

Inputs

root

The directory within to search

Type

Path -> Map String Path