stack-3.1.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
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

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