This may have something to do with timestamps on the files.  I cannot
reproduce the error with

  $ while ./T; do sleep 1; done
  ...

However, I *am* able to reproduce the error with

  $ while ./T ; do sleep 0.9; done
  Just 42
  Just 42
  Just 42
  Just 42
  Just 42
  T: mkTopLevEnv: not interpreted main:Main

Note that this is on GHC 7.0.4 after removing the Safe Haskell line.

Cheers,

-- 
Felipe.

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to