X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FTimeout.hs;h=df33625c8d4cca3f8b51052c4c87492481d4cd5f;hb=be2750a0a11b919fb03cc070074e430f88bdfa90;hp=dbd7181b42145957d5688ff8dd8134ec96c9abe0;hpb=65fbf7950f7f5d566e07dff5b650b9187cd97c11;p=ghc-base.git diff --git a/System/Timeout.hs b/System/Timeout.hs index dbd7181..df33625 100644 --- a/System/Timeout.hs +++ b/System/Timeout.hs @@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-} +#ifdef __GLASGOW_HASKELL__ +{-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-} +#endif ------------------------------------------------------------------------------- -- |