projectile-0.0.0.2: Go to README.md

Safe HaskellNone
LanguageHaskell2010

Projectile

Synopsis

Documentation

getProjectRootDir Source #

Arguments

:: (MonadCatch m, MonadIO m) 
=> Path Abs Dir

Directory from where to look the root of the project

-> m (Path Abs Dir)

Root of the project directory

Retrieves the root of the current project if available. A ProjectRootNotFound error is returned otherwise.