From ac5cff3668ad1fc529d32058c31b30dd341c2547 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Feb 2012 11:08:50 -0400 Subject: [PATCH] quiet expected compiler warning --- test.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.hs b/test.hs index 245dd6706a..69837f9eda 100644 --- a/test.hs +++ b/test.hs @@ -5,6 +5,8 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# OPTIONS_GHC -fno-warn-orphans #-} + import Test.HUnit import Test.HUnit.Tools import Test.QuickCheck