From b7067808449fecc4793ee89f214f1977d5bd5f58 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 29 Feb 2012 11:35:55 -0800 Subject: [PATCH 1/2] 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 From 3c77f29e8341d6abdc2aa6f818151dcc20518c03 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 29 Feb 2012 11:36:14 -0800 Subject: [PATCH 2/2] ignore dist/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..849ddff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist/