Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
horizonField :: Text -> Expr s a Source #
callHackageLit :: Expr s a Source #
callGitLit :: Expr s a Source #
callTarballLit :: Expr s a Source #
callLocalLit :: Expr s a Source #
callHackageApp :: HackageSource -> Expr s a Source #
callGitApp :: GitSource -> Expr s a Source #
callTarballApp :: TarballSource -> Expr s a Source #
callLocalApp :: LocalSource -> Expr s a Source #
haskellSourceToExpr :: HaskellSource -> Expr s a Source #
cabalFlagToExpr :: CabalFlag -> Expr s a Source #
haskellPackageToExpr :: HaskellPackage -> Expr s a Source #
packageListToExpr :: PackageList -> Expr s a Source #
horizonExportToExpr :: HorizonExport -> Expr s Import Source #
packageSetToExpr :: PackageSet -> Expr s a -> Expr s a Source #
compilerToExpr :: Compiler -> Expr s a Source #
pathToExpr :: Path b t -> Expr s a Source #
packagesDirToExpr :: PackagesDir -> Expr s a Source #
packageSetFileToExpr :: PackageSetFile -> Expr s a Source #
overlayFileToExpr :: OverlayFile -> Expr s a Source #
writeHorizonFile :: HorizonExport -> IO () Source #
horizonSpecUrl :: URL Source #
horizonSpecIdentifier :: Expr s a Source #
packagesBinding :: PackageList -> Binding s a Source #
letPackagesBindingIn :: PackageList -> Expr s a -> Expr s a Source #