| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stack.Types.PackageDump
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) |
data InstalledCacheEntry Source
Cached information on whether a package has profiling libraries and haddocks.
Constructors
| InstalledCacheEntry | |
Fields | |