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

Staversion.Internal.BuildPlan.Pantry

Description

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

Since: 0.2.4.0

Synopsis

Documentation

data PantryBuildPlanMap Source #

A build plan map loaded from a Pantry YAML file. This is not a complete BuildPlanMap, because it implicitly refers to CoreBuildPlanMap. That's why its data constructor is not exported.

type PantryName = Text Source #

Name of a pantry snapshot

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

Fetch a Pantry build plan file from the Web.