[project @ 2002-09-10 11:36:04 by ross]
authorross <unknown>
Tue, 10 Sep 2002 11:36:04 +0000 (11:36 +0000)
committerross <unknown>
Tue, 10 Sep 2002 11:36:04 +0000 (11:36 +0000)
non-GHC: import Control.Monad (needed by INSTANCE_STORABLE).

System/Posix/Types.hs

index ce88f2c..693293e 100644 (file)
@@ -58,6 +58,8 @@ import GHC.Real
 import GHC.Prim
 import GHC.Read
 import GHC.Show
+#else
+import Control.Monad
 #endif
 
 #include "Dynamic.h"