stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

Stack.Types.FileDigestCache

Description

 
Synopsis

Documentation

type FileDigestCache = IORef (Map FilePath SHA256) Source #

Type synonym representing caches of digests of files.