shake-dhall-0.1.1.2: Dhall dependencies

Safe HaskellNone
LanguageHaskell2010

Development.Shake.Dhall

Synopsis

Documentation

needDhall :: [FilePath] -> Action () Source #

need some .dhall files and imported dependencies

needDhallCli :: [FilePath] -> Action () Source #

Same as needDhall but shells out to the command-line executable

Since: 0.1.1.0

dhallDeps :: FilePath -> Action [FilePath] Source #

Uses dhall resolve --transitive-dependencies to work; command-line tool must be installed.

Since: 0.1.1.0