Merge pull request #20 from yesodweb/fno-warn-orphans

Fno warn orphans
This commit is contained in:
Tony Hannan 2012-02-29 12:06:47 -08:00
commit 3f3cd028da
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
dist/

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