stack-2.15.3: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.SCM

Synopsis

Documentation

data SCM Source #

A software control system.

Constructors

Git 

Instances

Instances details
FromJSON SCM Source # 
Instance details

Defined in Stack.Types.SCM

ToJSON SCM Source # 
Instance details

Defined in Stack.Types.SCM

Show SCM Source # 
Instance details

Defined in Stack.Types.SCM

Methods

showsPrec :: Int -> SCM -> ShowS #

show :: SCM -> String #

showList :: [SCM] -> ShowS #