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

Stack.Types.Project

Synopsis

Documentation

data Project Source #

A project is a collection of packages. We can have multiple stack.yaml files, but only one of them may contain project information.

Constructors

Project 

Fields

Instances

Instances details
ToJSON Project Source # 
Instance details

Defined in Stack.Types.Project

Show Project Source # 
Instance details

Defined in Stack.Types.Project

Methods

showsPrec :: Int -> Project -> ShowS #

show :: Project -> String #

showList :: [Project] -> ShowS #