stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Types.FileDigestCache

Description

 
Synopsis

Documentation

type FileDigestCache = IORef (Map FilePath SHA256) Source #

Type synonym representing caches of digests of files.