From: Ian Lynagh Date: Mon, 23 Nov 2009 22:49:05 +0000 (+0000) Subject: Control.Exception.Base no longer has any orphans X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=617a453b1d899badc6cf85ebd394cd03d319bb5b Control.Exception.Base no longer has any orphans --- diff --git a/Control/Exception/Base.hs b/Control/Exception/Base.hs index 3e1ec48..4a96992 100644 --- a/Control/Exception/Base.hs +++ b/Control/Exception/Base.hs @@ -1,5 +1,4 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} -{-# OPTIONS_GHC -fno-warn-orphans #-} #include "Typeable.h"