Hello core libraries committee,
on the library submissions page on the Haskell wiki it says: "The core libraries ... define basic APIs that are expected to be available in any Haskell implementation."
Is this list of those core libraries and their maintainers up-to-date:
I am asking, since GHC 7.8.3 also includes:
* binary
* bytestring
* filepath
* haskeline
* hoopl
* integer-gmp
* terminfo
* transformers
But they are not core libraries. Is that correct?
And GHC 7.8.3 doesn't include:
* mtl
* parallel
* primitive
* random
* vector
But they are core libraries. Is that correct?
Cheers,
Thomas