License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Stack.Types.Cache
Description
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 | |
SymbolToField "type" ConfigCacheParent ConfigCacheType | |
Defined in Stack.Storage.Project |
Type representing actions for which the last time the action was performed should be cached.
Constructors
UpgradeCheck |