diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-20 11:08:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-20 11:08:50 -0400 |
commit | ac5cff3668ad1fc529d32058c31b30dd341c2547 (patch) | |
tree | 949184311704b509ae8da066d91a94300012156c /test.hs | |
parent | ddb8edcf2b45c788a7595a1fbd70ad2414317ce3 (diff) |
quiet expected compiler warning
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |