This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
Make platform installer checklist #60
Open
Description
Make a list of things to check to see if the installer works. As many as possible of these should be automated, eg using scripts + HUnit or something.
eg:
- compile hello world
- ghci -package blah
- ghc-pkg check (see for example what could go wrong)
- run full ghc testsuite perhaps
- Check all executables are .. executable
- Build canonical apps: e.g. darcs.
- Build a large subset of Hackage.
- Check that haskell platform minor versions build the same set : http://blog.well-typed.com/2009/03/regression-testing-with-hackage/