From 255418da5d264fb2758bc70925adb2094f34adc3 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Thu, 19 Mar 2020 10:28:01 +0100 Subject: Modules: type-checker (#13009) Update Haddock submodule --- utils/genprimopcode/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/genprimopcode') diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index 7418045e22..bcbfe968c8 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -392,7 +392,7 @@ needs. Our main plan is to say foo :: foo = foo We have to silence GHC's complaints about unboxed-top-level declarations -with an ad-hoc fix in TcBinds: see Note [Compiling GHC.Prim] in TcBinds. +with an ad-hoc fix in GHC.Tc.Gen.Bind: see Note [Compiling GHC.Prim] in GHC.Tc.Gen.Bind. That works for all the primitive functions except tagToEnum#. If we generate the binding -- cgit v1.2.1