git.haskell.org
/
ghc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Major patch to add -fwarn-redundant-constraints
[ghc.git]
/
testsuite
/
tests
/
polykinds
/
T6068.hs
diff --git
a/testsuite/tests/polykinds/T6068.hs
b/testsuite/tests/polykinds/T6068.hs
index
9c754bd
..
0b414a8
100644
(file)
--- a/
testsuite/tests/polykinds/T6068.hs
+++ b/
testsuite/tests/polykinds/T6068.hs
@@
-1,3
+1,4
@@
+{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
{-# LANGUAGE PolyKinds, DataKinds, TypeFamilies, GADTs, MultiParamTypeClasses,
FunctionalDependencies, FlexibleInstances, UndecidableInstances, ExistentialQuantification #-}