stack-3.1.1: The Haskell Tool Stack
Safe HaskellNone
LanguageGHC2021

Stack.Types.FileDigestCache

Synopsis

Documentation

type FileDigestCache = IORef (Map FilePath SHA256) Source #

Type synonym representing caches of digests of files.