staversion-0.1.0.0: What version is the package X in stackage lts-Y.ZZ?

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Staversion.Internal.BuildPlan

Description

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

Synopsis

Documentation

data BuildPlan Source #

A data structure that keeps a map between package names and their versions.

parseVersionText :: Text -> Maybe Version Source #

Parse a version text. There must not be any trailing characters after a valid version text.