[Template-haskell] Template Haskell bug

Sean Seefried sseefried@cse.unsw.EDU.AU
Sat, 15 Mar 2003 19:33:27 +1100 (EST)


With GHC HEAD as of 14/03/2003 I get the following error when I try to
compile:

This was done on Debian Linux kernel version 2.4.20

main = putStrLn (show ($([| 20 |])))

---------------

/home/sseefried/local/lib/ghc-5.05/HSbase_cbits.o: unknown symbol
`__umoddi3'
Loading package base ... linking ... ghc-5.05: panic! (the `impossible'
happened, GHC version 5.05):
        can't load package `base'

Please report it as a compiler bug to glasgow-haskell-bugs@haskell.org,
or http://sourceforge.net/projects/ghc/.

---------------

Any idea why?

Sean Seefried