xrefcheck-0.1.3
Safe HaskellNone
LanguageHaskell2010

Xrefcheck.System

Synopsis

Documentation

readingSystem :: IO a -> a Source #

We can quite safely treat surrounding filesystem as frozen, so IO reading operations can be turned into pure values.

askWithinCI :: IO Bool Source #

Heuristics to check whether we are running within CI. Check the respective env variable which is usually set in all CIs.

newtype RelGlobPattern Source #

Glob pattern relative to repository root.

Constructors

RelGlobPattern FilePath 

Instances

Instances details
FromJSON RelGlobPattern Source # 
Instance details

Defined in Xrefcheck.System