| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.ATS.Package
- packageCompiler :: FilePath -> IO ()
- pkgToAction :: [IO ()] -> [String] -> Pkg -> Rules ()
- fetchCompiler :: Version -> IO ()
- setupCompiler :: Version -> IO ()
- build :: [String] -> IO ()
- buildAll :: Maybe FilePath -> IO ()
- newtype Version :: * = Version [Integer]
- data Pkg = Pkg {}
- data Bin = Bin {}
- data Constraint = Constraint {}
- data Dependency = Dependency {}
- dirLens :: Lens' Dependency Text
Documentation
packageCompiler :: FilePath -> IO () Source #
fetchCompiler :: Version -> IO () Source #
setupCompiler :: Version -> IO () Source #
Types
Constructors
| Pkg | |
Fields
| |
Constructors
| Bin | |
Fields
| |
data Constraint Source #
Instances