| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Stack.Types.GhcOptionKey
Documentation
data GhcOptionKey Source #
Constructors
| GOKOldEverything | |
| GOKEverything | |
| GOKLocals | |
| GOKTargets | |
| GOKPackage !PackageName |
Instances
| FromJSONKey GhcOptionKey Source # | |
Defined in Stack.Types.GhcOptionKey | |
| Eq GhcOptionKey Source # | |
Defined in Stack.Types.GhcOptionKey | |
| Ord GhcOptionKey Source # | |
Defined in Stack.Types.GhcOptionKey Methods compare :: GhcOptionKey -> GhcOptionKey -> Ordering # (<) :: GhcOptionKey -> GhcOptionKey -> Bool # (<=) :: GhcOptionKey -> GhcOptionKey -> Bool # (>) :: GhcOptionKey -> GhcOptionKey -> Bool # (>=) :: GhcOptionKey -> GhcOptionKey -> Bool # max :: GhcOptionKey -> GhcOptionKey -> GhcOptionKey # min :: GhcOptionKey -> GhcOptionKey -> GhcOptionKey # | |