use -fno-warn-orphans

This commit is contained in:
Greg Weber 2012-02-29 11:35:55 -08:00
parent a618ebbf95
commit b706780844

View file

@ -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