| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.ProjectAndConfigMonoid
Description
Documentation
data ProjectAndConfigMonoid Source #
Constructors
| ProjectAndConfigMonoid !Project !ConfigMonoid |
parseProjectAndConfigMonoid :: Path Abs Dir -> Value -> Parser (WithJSONWarnings (IO ProjectAndConfigMonoid)) Source #