stack-3.1.1: The Haskell Tool Stack
Safe HaskellNone
LanguageGHC2021

Stack.Types.Curator

Description

Module exporting the Curator type, used to represent Stack's project-specific curator option, which supports the needs of the curator tool.

Synopsis

Documentation

data Curator Source #

Type representing configuration options which support the needs of the curator tool.

Constructors

Curator 

Fields

Instances

Instances details
ToJSON Curator Source # 
Instance details

Defined in Stack.Types.Curator

Methods

toJSON :: Curator -> Value

toEncoding :: Curator -> Encoding

toJSONList :: [Curator] -> Value

toEncodingList :: [Curator] -> Encoding

omitField :: Curator -> Bool

Show Curator Source # 
Instance details

Defined in Stack.Types.Curator

Methods

showsPrec :: Int -> Curator -> ShowS

show :: Curator -> String #

showList :: [Curator] -> ShowS

FromJSON (WithJSONWarnings Curator) Source # 
Instance details

Defined in Stack.Types.Curator