ANNOUNCE: GHC 6.10.2 Release Candidate 1

Christian Maeder Christian.Maeder at dfki.de
Mon Mar 16 11:00:09 EDT 2009


Ian Lynagh wrote:
> We are pleased to announce the first release candidate for GHC 6.10.2:
> 
>     http://www.haskell.org/ghc/dist/6.10.2-rc1/

Under Solaris grep does not understand "-q" in configure:

checkMake380() {
    if $1 --version 2>&1 | head -1 | grep -q 'GNU Make 3\.80'

it fails with:

grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .

C.



More information about the Glasgow-haskell-users mailing list