Stack.Types.SCM
data SCM Source #
A software control system.
Constructors
Defined in Stack.Types.SCM
Methods
parseJSON :: Value -> Parser SCM #
parseJSONList :: Value -> Parser [SCM] #
toJSON :: SCM -> Value #
toEncoding :: SCM -> Encoding #
toJSONList :: [SCM] -> Value #
toEncodingList :: [SCM] -> Encoding #
showsPrec :: Int -> SCM -> ShowS #
show :: SCM -> String #
showList :: [SCM] -> ShowS #