Closed
Description
The documentation http://cabal.readthedocs.io/en/latest/developing-packages.html?highlight=tested-with#pkg-field-tested-with currently just says
tested-with: compiler list
A list of compilers and versions against which the package has been tested (or at least built).
The format of the compiler list
needs to be explained by a representative example at least.
Cabal does have specific expectations here, as witnessed by this error:
cabal: <loc>: Parse of field 'tested-with' failed.