stack-2.9.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageHaskell2010

Stack.Types.Resolver

Synopsis

Documentation

data AbstractResolver Source #

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

Instances

Instances details
Show AbstractResolver Source # 
Instance details

Defined in Stack.Types.Resolver

Display AbstractResolver Source # 
Instance details

Defined in Stack.Types.Resolver

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.Resolver

Methods

parseJSON :: Value -> Parser Snapshots #

parseJSONList :: Value -> Parser [Snapshots] #

Show Snapshots Source # 
Instance details

Defined in Stack.Types.Resolver

Methods

showsPrec :: Int -> Snapshots -> ShowS

show :: Snapshots -> String #

showList :: [Snapshots] -> ShowS