-
Simon Jakobi authoredSimon Jakobi authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.mkd 778 B
Library versions table
These scripts generate the table found on the Commentary/Libraries/VersionHistory page of the GHC wiki.
Adding versions for a new compiler
- First dump the compiler's global package database:
ghc-pkg list --global > tmp
- Feed this to
pack_pkg_list
:./pack_pkg_list.hs tmp
- Insert the output of
pkg_pkg_list
intopkg_versions.txt
- Run
./get_win32_version.sh $GHC_VERSION
, e.g../get_win32_version.sh 8.6.4
or.get_win32_version.sh $(ghc --numeric-version)
. - Add the output of
get_win32_version.sh
to the otherWin32
versions at the top ofpkg_versions.txt
- Use
mk_pkg_table
to generate the table:./mk_pkg_table.hs < pkg_versions.txt