Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Cc = Cc {}
- _ccProgram :: Lens Cc Program
- findBasicCc :: ProgOpt -> M Cc
- findCc :: ArchOS -> String -> ProgOpt -> M Cc
- preprocess :: Cc -> String -> M String
- compileC :: Cc -> FilePath -> String -> M ()
- compileAsm :: Cc -> FilePath -> String -> M ()
- addPlatformDepCcFlags :: ArchOS -> Cc -> M Cc
- checkC99Support :: Cc -> M Cc