Safe Haskell | None |
---|---|
Language | Haskell2010 |
ShakeFactory.Haskell
Contents
Description
Shake functions for haskell project
Synopsis
- stackInstallRoot :: Action FilePath
- stackBuild :: Action ()
- generateStackContainerFile :: SoftwareFactoryConfig -> FilePath -> Action ()
- buildContainerImage :: String -> Action ()
- containerRules :: SoftwareFactoryConfig -> Rules ()
- shakeMainConfig :: (SoftwareFactoryConfig -> Rules ()) -> IO ()
- phony :: Located => String -> Action () -> Rules ()
- publishContainer :: String -> Action ()
Actions
stackInstallRoot :: Action FilePath #
stackBuild :: Action () #
generateStackContainerFile :: SoftwareFactoryConfig -> FilePath -> Action () #
buildContainerImage :: String -> Action () #
containerRules :: SoftwareFactoryConfig -> Rules () #
Re-exports
shakeMainConfig :: (SoftwareFactoryConfig -> Rules ()) -> IO () #
publishContainer :: String -> Action () #