
Hi, trying to build hat-2.05 with ghc-6.4 I get the following error during make: Observe.hs:1:0: Module `Observe' is a member of package util-1.0. To compile this module, please use -ignore-package util-1.0. After rerunning the configure script with --buildopts="-ignore-package util-1.0" the make process still does not work properly. I get another error: MkProg: Can't find module util-1.0 in user directories [...] Looks like the parameter was not parsed correctly, as util-1.0 is not a module but a package name. How do I need to specify the additional parameter? Maybe this is useful information: $ uname -mpsrv Darwin 8.9.0 Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC Power Macintosh powerpc $ ghc --version The Glorious Glasgow Haskell Compilation System, version 6.4 $ hmake --version /Users/sebf/Software/hmake/bin/hmake: 3.13 (2006-11-01) $ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1819) Copyright (C) 2002 Free Software Foundation, Inc. Cheers, Sebastian