staversion-0.2.4.3: What version is the package X in stackage lts-Y.ZZ?
MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Staversion.Internal.BuildPlan.V1

Description

This is an internal module. End-users should not use it.

Since: 0.2.4.0

Synopsis

Documentation

fetchBuildPlanYAML :: Manager -> ExactResolver -> IO ByteString Source #

Fetch build plan YAML data from the Internet. This function fetches a build plan YAML file of "version 1" format.

parseBuildPlanMapYAML :: ByteString -> Either ErrorMsg BuildPlanMap Source #

Parse "version 1" format of build plan YAML file.