Changeset 3972 for src/Pugs/Internals.hs

Show
Ignore:
Timestamp:
05/27/05 16:05:31 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5515
Message:

* guarantee a GC run before and after INIT and END.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Internals.hs

    r3904 r3972  
    3535    module System.Cmd, 
    3636    module System.Process, 
     37    module System.Mem, 
     38    module System.Mem.Weak, 
    3739    module Control.Monad.RWS, 
    3840    module Control.Monad.Error, 
     
    9294import System.IO.Error (ioeGetErrorString, isUserError) 
    9395import System.Directory 
     96import System.Mem 
     97import System.Mem.Weak 
    9498import Control.Exception (catchJust, errorCalls) 
    9599import Control.Monad.RWS