From b7067808449fecc4793ee89f214f1977d5bd5f58 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 29 Feb 2012 11:35:55 -0800 Subject: [PATCH] use -fno-warn-orphans --- Database/MongoDB/Internal/Util.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Database/MongoDB/Internal/Util.hs b/Database/MongoDB/Internal/Util.hs index 80551f3..6524e11 100644 --- a/Database/MongoDB/Internal/Util.hs +++ b/Database/MongoDB/Internal/Util.hs @@ -1,6 +1,8 @@ -- | Miscellaneous general functions and Show, Eq, and Ord instances for PortID {-# LANGUAGE FlexibleInstances, UndecidableInstances, StandaloneDeriving #-} +-- PortID instances +{-# OPTIONS_GHC -fno-warn-orphans #-} module Database.MongoDB.Internal.Util where