
Hi Dirk, On Sat, Sep 22, 2007 at 10:45:50AM +0200, Dirk Kleeblatt wrote:
ghc-6.8.0.20070920-i386-unknown-linux.tar.bz2
Gen.hs:13:0: Can't find interface-file declaration for variable GHC.Base.$gfromBool Probable cause: bug in .hi-boot file, or inconsistent .hi file Use -ddump-if-trace to get an idea of which file caused the error In the first argument of `a', namely `(GHC.Base.$gfromBool b)' In the first argument of `(\ a -> a)', namely `(a (GHC.Base.$gfromBool b))' In the expression: (\ a -> a) (a (GHC.Base.$gfromBool b)) Failed, modules loaded: none.
This was a problem in the way the bindist was built, now fixed. I've just tried with ghc-6.8.0.20070925-i386-unknown-linux.tar.bz2 and your module loads fine. Thanks Ian