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