From f39921c0b03384254cec3016646b1afc18a3d185 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 10 Sep 2002 11:36:04 +0000 Subject: [PATCH] [project @ 2002-09-10 11:36:04 by ross] non-GHC: import Control.Monad (needed by INSTANCE_STORABLE). --- System/Posix/Types.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index ce88f2c..693293e 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -58,6 +58,8 @@ import GHC.Real import GHC.Prim import GHC.Read import GHC.Show +#else +import Control.Monad #endif #include "Dynamic.h" -- 1.7.10.4