Trying to validate the HEAD I get:
/opt/local/bin/ghc -package-conf /Users/chak/Code/ghc-test/libraries/
bootstrapping.conf -Werror -H64m -O0 -fasm -cpp -Wall -fno-warn-name-
shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -
package directory -package pretty -package containers -Rghc-timing -O
-fasm -package unix -package containers -package Cabal -c Main.hs -
o Main.o -ohi Main.hi
Main.hs:327:11:
No instance for (Text String)
arising from a use of `parse' at Main.hs:327:11-15
Possible fix: add an instance declaration for (Text String)
In a stmt of a 'do' expression: n <- parse
In the second argument of `(+++)', namely
`(do n <- parse
string "-*"
return
(PackageIdentifier {pkgName = n, pkgVersion =
globVersion}))'
In the expression:
parse
+++
(do n <- parse
string "-*"
return (PackageIdentifier {pkgName = n, pkgVersion =
globVersion}))
This is using 6.8.3 as the bootstrap compiler on MacOS 10.5.4 (Intel).
Manuel
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc