shake-ext-2.1.0.2: Helper functions for linting with shake

Safe HaskellNone
LanguageHaskell2010

Development.Shake.Cabal

Synopsis

Documentation

getCabalDeps :: FilePath -> IO [FilePath] Source #

Get library dependencies from a .cabal file. This will only work for .hs files; module signatures are not supported.

getCabalDepsV :: Verbosity -> FilePath -> IO [FilePath] Source #

Same as above, but we set the Verbosity to be used during parsing.