stackage-0.3.1: "Stable Hackage," tools for creating a vetted set of packages from Hackage.

Safe HaskellNone
LanguageHaskell2010

Stackage.CorePackages

Synopsis

Documentation

getCorePackages :: IO (Map PackageName Version) Source

Get a Map of all of the core packages. Core packages are defined as packages which ship with GHC itself.

Precondition: GHC global package database has only core packages, and GHC ships with just a single version of each packages.

getCoreExecutables :: IO (Set ExeName) Source

A list of executables that are shipped with GHC.