-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Go to README.md -- -- Utility functions to gather information about project directories @package projectile @version 0.0.0.2 module Projectile -- | Retrieves the root of the current project if available. A -- ProjectRootNotFound error is returned otherwise. getProjectRootDir :: (MonadCatch m, MonadIO m) => Path Abs Dir -> m (Path Abs Dir) instance GHC.Classes.Eq Projectile.WalkAction instance GHC.Show.Show Projectile.WalkAction instance Control.DeepSeq.NFData Projectile.WalkAction instance GHC.Generics.Generic Projectile.WalkAction instance GHC.Classes.Eq Projectile.ProjectileException instance GHC.Show.Show Projectile.ProjectileException instance Control.DeepSeq.NFData Projectile.ProjectileException instance GHC.Generics.Generic Projectile.ProjectileException instance GHC.Exception.Exception Projectile.ProjectileException