[commit: ghc] master: Do not complain about missing fields in Trac #10047 (1d982ba)

git at git.haskell.org git at git.haskell.org
Tue Feb 10 23:25:07 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1d982ba10f590828b78eba992e73315dee33f78a/ghc

>---------------------------------------------------------------

commit 1d982ba10f590828b78eba992e73315dee33f78a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Feb 10 23:22:34 2015 +0000

    Do not complain about missing fields in Trac #10047


>---------------------------------------------------------------

1d982ba10f590828b78eba992e73315dee33f78a
 testsuite/tests/th/T10047.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/th/T10047.hs b/testsuite/tests/th/T10047.hs
index 7916abb..9e146d3 100644
--- a/testsuite/tests/th/T10047.hs
+++ b/testsuite/tests/th/T10047.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS_GHC -fno-warn-missing-fields #-}
 module T10047 where
 
 import Language.Haskell.TH



More information about the ghc-commits mailing list