> > Loading package fmp ... linking ... /home/ralf/Software/FuncMP/fmp.o: unknown 
> > symbol `__stginit_Int_'
> > ghc-6.2: panic! (the `impossible' happened, GHC version 6.2):
> >         can't load package `fmp'
> 
> Try adding "-package haskell98" to GHC's options or use the Data.Int module instead 
> of module Int.

Thanks for the work-around(?). Adding "-package haskell98" works
if it listed after "-package fmp".


basilisk /home/ralf > ghci -package haskell98 -package fmp

   ___         ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |      GHC Interactive, version 6.2, for Haskell 98.
/ /_\\/ __  / /___| |      http://www.haskell.org/ghc/
\____/\/ /_/\____/|_|      Type :? for help.

Loading package base ... linking ... done.
Loading package lang ... linking ... done.
Loading package fmp ... linking ... /home/ralf/Software/FuncMP/fmp.o: unknown symbol 
`__stginit_Int_'
ghc-6.2: panic! (the `impossible' happened, GHC version 6.2):
        can't load package `fmp'

Please report it as a compiler bug to [EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.


basilisk /home/ralf > ghci -package fmp -package haskell98

   ___         ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |      GHC Interactive, version 6.2, for Haskell 98.
/ /_\\/ __  / /___| |      http://www.haskell.org/ghc/
\____/\/ /_/\____/|_|      Type :? for help.

Loading package base ... linking ... done.
Loading package haskell98 ... linking ... done.
Loading package lang ... linking ... done.
Loading package fmp ... linking ... done.
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to