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

Safe HaskellNone
LanguageHaskell2010

Development.Shake.Cabal

Contents

Synopsis

Documentation

getCabalDeps :: FilePath -> IO (Version, [FilePath]) Source #

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

Helper functions

platform :: String Source #

E.g. x86_64-linux

Reëxports from Distribution.Version