=20 > $ uname -msr > OpenBSD 3.3 sparc >=20 > $ cat > test.hs=20 > import System.Info > main =3D print System.Info.arch >> print System.Info.os >=20 > $=20 > /usr/obj/ports/ghc-6.0.1/ghc-6.0.1/ghc/compiler/ghc-inplace test.hs >=20 > $ ./a.out=20 > "sparc" > "openbsd" Congrats :-) Would you like to add this port to the relevant section of the Building Guide? Cheers, Simon