Hello allI have installed ghc-7.4.0.20111219 and this announcement says that "The release candidate accidentally includes the random, primitive, vector and dph libraries. The final release will not include them". I tried to compile a program[ntro@localhost src]$ ghc-7.4.0.20111219 -c -Odph -fdph-par ParallelMat.hsghc: unrecognised flags: -fdph-parUsage: For basic information, try the `--help' option.[ntro@localhost src]$ ghc-7.2.1 -c -Odph -fdph-par ParallelMat.hs