| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Types.GhcOptions
Description
Synopsis
- newtype GhcOptions = GhcOptions {
- ghcOptions :: [Text]
Documentation
newtype GhcOptions Source #
Type representing lists of GHC options.
Constructors
| GhcOptions | |
Fields
| |
Instances
| FromJSON GhcOptions Source # | |
Defined in Stack.Types.GhcOptions | |