From 617a453b1d899badc6cf85ebd394cd03d319bb5b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 23 Nov 2009 22:49:05 +0000 Subject: [PATCH] Control.Exception.Base no longer has any orphans --- Control/Exception/Base.hs | 1 - 1 file changed, 1 deletion(-) 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" -- 1.7.10.4