public interface HaskellCompileDep
| Modifier and Type | Method and Description |
|---|---|
Iterable<BuildRule> |
getCompileDeps(com.facebook.buck.features.haskell.HaskellPlatform platform) |
com.facebook.buck.features.haskell.HaskellCompileInput |
getCompileInput(com.facebook.buck.features.haskell.HaskellPlatform platform,
Linker.LinkableDepType depType,
boolean hsProfile) |
com.facebook.buck.features.haskell.HaskellHaddockInput |
getHaddockInput(com.facebook.buck.features.haskell.HaskellPlatform platform) |
Iterable<BuildRule> getCompileDeps(com.facebook.buck.features.haskell.HaskellPlatform platform)
com.facebook.buck.features.haskell.HaskellCompileInput getCompileInput(com.facebook.buck.features.haskell.HaskellPlatform platform,
Linker.LinkableDepType depType,
boolean hsProfile)
HaskellCompileInput object that contributes to compilation.com.facebook.buck.features.haskell.HaskellHaddockInput getHaddockInput(com.facebook.buck.features.haskell.HaskellPlatform platform)