Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- overlaps :: SrcSpan -> SrcSpan -> Bool
- within :: (Int, Int) -> RealSrcSpan -> Bool
- lineCount :: [SrcSpan] -> Int
- showRdrs :: [RdrName] -> String
- data Verbosity
- debugPrint :: Verbosity -> String -> [String] -> IO ()
- vcsIgnorePred :: FilePath -> IO (Maybe (FilePath -> Bool))
- gitIgnorePred :: FilePath -> IO (Maybe (FilePath -> Bool))
- hgIgnorePred :: FilePath -> IO (Maybe (FilePath -> Bool))
- trySync :: IO a -> IO (Either SomeException a)
- uniqBag :: Uniquable a => [(a, b)] -> UniqFM [b]
Documentation
vcsIgnorePred :: FilePath -> IO (Maybe (FilePath -> Bool)) Source #
Returns predicate which says whether filepath is ignored by VCS.
gitIgnorePred :: FilePath -> IO (Maybe (FilePath -> Bool)) Source #
Read .gitignore in dir and if successful, return predicate for whether given repo path should be ignored.