From: ross Date: Tue, 10 Sep 2002 11:36:04 +0000 (+0000) Subject: [project @ 2002-09-10 11:36:04 by ross] X-Git-Tag: nhc98-1-18-release~859 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f39921c0b03384254cec3016646b1afc18a3d185;p=haskell-directory.git [project @ 2002-09-10 11:36:04 by ross] non-GHC: import Control.Monad (needed by INSTANCE_STORABLE). --- 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"