Dear  ghc-5.00.1  (built from source for Linux i386-unkkown),

here is something like a bug.

---------------------------------------------
set balOpts =
    "-fglasgow-exts -fallow-overlapping-instances
     -fallow-undecidable-instances -fno-warn-overlapping-patterns
     -fwarn-unused-binds -fwarn-unused-matches -fwarn-unused-imports
    "
> ghc --make Mk.hs $balOpts ... 
...
> ghci $balOpts
  ...
  Prelude> :load demo/D_permut
  Ok, modules loaded: Main, Permut, BPrelude, BPair, BInteger, 
  BList, Prelude_, OpTab, Z_, IParse.

  Main> main
  True

  Main> :l
  can't find module `'
 
  Main> :l demo/D_linAlg
  unloadObj: can't find `demo/D_permut.o' to unload
  ghc-5.00.1: panic! (the `impossible' happened, GHC version 5.00.1):
              unloadObj: failed
---------------------------------------------

The modules in the current directory were compiled earlier,
and
    demo/D_permut, demo/D_linAlg

are to be interpreted, their .o files need not to appear.


-----------------
Serge Mechveliani
[EMAIL PROTECTED]


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to