| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stack.Types.PackageDump
Synopsis
Documentation
newtype InstalledCache Source #
Cached information on whether package have profiling libraries and haddocks.
Constructors
| InstalledCache (IORef InstalledCacheInner) | 
newtype InstalledCacheInner Source #
Constructors
| InstalledCacheInner (Map GhcPkgId InstalledCacheEntry) | 
Instances
data InstalledCacheEntry Source #
Cached information on whether a package has profiling libraries and haddocks.
Constructors
| InstalledCacheEntry | |
Fields  | |