-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Bindings to the projectroot C logic
--
-- Simple way of finding the root of a project given an entry-point. This
-- module provides bindings to the projectroot C library
@package projectroot
@version 0.2.0.1
-- | Simple way of finding the root of a project given an entry-point. This
-- module provides bindings to the projectroot C library
module System.Directory.ProjectRoot
-- | Find the project root given an entry point
getProjectRoot :: FilePath -> IO (Maybe FilePath)
-- | Find the weighted project root given an entry point
getProjectRootWeighted :: FilePath -> IO (Maybe FilePath)
-- | Find the project root of the current directory
getProjectRootCurrent :: IO (Maybe FilePath)
-- | Find the weighted project root of the current directory
getProjectRootWeightedCurrent :: IO (Maybe FilePath)
find_project_root :: CString -> IO CString
find_project_root_weighted :: CString -> IO CString