[commit: ghc] ghc-7.10: T10195: Drop -fno-warn-redundant-constraints for GHC 7.10 (a76e360)

git at git.haskell.org git at git.haskell.org
Sat Apr 25 09:25:23 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/a76e360406cae88a8601b11d5b256d4a47305d0b/ghc

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

commit a76e360406cae88a8601b11d5b256d4a47305d0b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Apr 25 10:43:50 2015 +0200

    T10195: Drop -fno-warn-redundant-constraints for GHC 7.10


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

a76e360406cae88a8601b11d5b256d4a47305d0b
 testsuite/tests/typecheck/should_compile/T10195.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_compile/T10195.hs b/testsuite/tests/typecheck/should_compile/T10195.hs
index 7ec4e9e..92ee3b3 100644
--- a/testsuite/tests/typecheck/should_compile/T10195.hs
+++ b/testsuite/tests/typecheck/should_compile/T10195.hs
@@ -1,7 +1,6 @@
 {-# LANGUAGE MultiParamTypeClasses, TypeFamilies, GADTs,
              ConstraintKinds, DataKinds, KindSignatures,
              FlexibleInstances #-}
-{-# OPTIONS -fno-warn-redundant-constraints #-}
 
 module T10195 where
 



More information about the ghc-commits mailing list