Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype StackResolver Source #
data PackageLocation Source #
data StackPackage Source #
data StackConfig Source #
fromYamlConfig :: Config -> StackConfig Source #
fromYamlExtraDep :: Text -> StackPackage Source #
fromYamlGit :: Git -> Repo Source #
fromYamlHg :: Hg -> Repo Source #
readStackConfig :: StackYaml -> IO (Either String StackConfig) Source #