idris

Safe HaskellNone

Pkg.Package

Contents

Synopsis

read the package description

check all the library dependencies exist

invoke the makefile if there is one

invoke idris on each module, with idris_opts

install everything into datadir/pname, if install flag is set

buildMods :: [Opt] -> [Name] -> IO ()Source