xrefcheck-0.1.3
Safe HaskellNone
LanguageHaskell2010

Xrefcheck.Scan

Description

Generalised repo scanner and analyser.

Synopsis

Documentation

type Extension = String Source #

File extension, dot included.

type ScanAction = FilePath -> IO FileInfo Source #

Way to parse a file.

type FormatsSupport = Extension -> Maybe ScanAction Source #

All supported ways to parse a file.

newtype RepoInfo Source #

Constructors

RepoInfo (Map FilePath FileInfo) 

Instances

Instances details
Show RepoInfo Source # 
Instance details

Defined in Xrefcheck.Core

Buildable RepoInfo Source # 
Instance details

Defined in Xrefcheck.Core

Methods

build :: RepoInfo -> Builder #