Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Stack.Types.Cache
Documentation
data ConfigCacheType Source #
Type of config cache
Constructors
ConfigCacheTypeConfig | |
ConfigCacheTypeFlagLibrary GhcPkgId | |
ConfigCacheTypeFlagExecutable PackageIdentifier |
Instances
Show ConfigCacheType Source # | |
Defined in Stack.Types.Cache Methods showsPrec :: Int -> ConfigCacheType -> ShowS # show :: ConfigCacheType -> String # showList :: [ConfigCacheType] -> ShowS # | |
Eq ConfigCacheType Source # | |
Defined in Stack.Types.Cache Methods (==) :: ConfigCacheType -> ConfigCacheType -> Bool # (/=) :: ConfigCacheType -> ConfigCacheType -> Bool # | |
PersistField ConfigCacheType Source # | |
Defined in Stack.Types.Cache Methods toPersistValue :: ConfigCacheType -> PersistValue # fromPersistValue :: PersistValue -> Either Text ConfigCacheType # | |
PersistFieldSql ConfigCacheType Source # | |
Defined in Stack.Types.Cache Methods sqlType :: Proxy ConfigCacheType -> SqlType # |
Constructors
UpgradeCheck |
Instances
Show Action Source # | |
Eq Action Source # | |
Ord Action Source # | |
PersistField Action Source # | |
Defined in Stack.Types.Cache Methods toPersistValue :: Action -> PersistValue # | |
PersistFieldSql Action Source # | |