stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Types.FileDigestCache

Synopsis

Documentation

type FileDigestCache = IORef (Map FilePath SHA256) Source #

Type synonym representing caches of digests of files.