Is there a recommended way to validate Haskell Platform built from source?
I do see a test
target in the GHC Makefile
,
but there doesn't seem to be test section in the platform.sh
script.
Is there a recommended way to validate Haskell Platform built from source?
I do see a test
target in the GHC Makefile
,
but there doesn't seem to be test section in the platform.sh
script.
Copyright © 2021 Jogjafile Inc.
The HP built from source uses a GHC tarball, so that tarball is ideally already validated.
There's no particular validation for the platform itself that is scriptable, as what is built is an installer.
Typically people building the installer fire up a virtual target system and attempt to install something like
pandoc
that pulls in a large enough chunk of hackage to give the entire system a workout...