Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stack.Types.PackageDump
Synopsis
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 |