summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs b/testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs
index 96220897e0..49ad7bb5b2 100644
--- a/testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs
+++ b/testsuite/tests/typecheck/should_compile/TcCoercibleCompile.hs
@@ -5,7 +5,7 @@ import Data.Coerce
import Data.Proxy
import Data.Monoid (First(First)) -- check whether the implicit use of First is noted
--- see https://ghc.haskell.org/trac/ghc/wiki/Design/NewCoercibleSolver/V2
+-- see https://gitlab.haskell.org/ghc/ghc/wikis/design/new-coercible-solver/v2
foo1 :: f a -> f a
foo1 = coerce