Merge branch 'ghc-generics' of http://darcs.haskell.org/packages/base into ghc-generics
[ghc-base.git] / Control / OldException.hs
index 0284899..6442d67 100644 (file)
@@ -3,6 +3,9 @@
            , ForeignFunctionInterface
            , ExistentialQuantification
   #-}
+#ifdef __GLASGOW_HASKELL__
+{-# LANGUAGE DeriveDataTypeable, StandaloneDeriving #-}
+#endif
 
 #include "Typeable.h"