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

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

Staversion.Internal.Command

Description

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

Synopsis

Documentation

data Command Source #

Command from the user.

Constructors

Command 

Fields

_parseCommandStrings :: [String] -> IO (Maybe Command) Source #

Just for testing.