use -fno-warn-orphans
This commit is contained in:
parent
a618ebbf95
commit
b706780844
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue