stack-3.3.1: The Haskell Tool Stack
Safe HaskellNone
LanguageGHC2021

Stack.Types.Snapshot

Synopsis

Documentation

data AbstractSnapshot Source #

Either an actual snapshot value, or an abstract description of one (e.g., latest nightly).

data Snapshots Source #

Most recent Nightly and newest LTS version per major release.

Constructors

Snapshots 

Fields

Instances

Instances details
FromJSON Snapshots Source # 
Instance details

Defined in Stack.Types.Snapshot

Show Snapshots Source # 
Instance details

Defined in Stack.Types.Snapshot

Methods

showsPrec :: Int -> Snapshots -> ShowS #

show :: Snapshots -> String #

showList :: [Snapshots] -> ShowS #