Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getCabalDeps :: FilePath -> IO (Version, [FilePath])
- getCabalDepsV :: Verbosity -> FilePath -> IO (Version, [FilePath])
- getCabalDepsA :: FilePath -> Action (Version, [FilePath])
- shakeVerbosityToCabalVerbosity :: Verbosity -> Verbosity
- platform :: String
- showVersion :: Version -> String
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
Reëxports from Distribution.Version
showVersion :: Version -> String #