diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2020-10-01 21:32:52 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-02 08:00:25 -0400 |
commit | a9ae83af9e0cf48e860f2b7e1d50a057cb8a7890 (patch) | |
tree | 3aa9de1ffd2ac471b14a0342a5a2e8bbba6f5a90 /utils | |
parent | 1edd6d21c0abea34b498a627234a97df21648024 (diff) | |
download | haskell-a9ae83af9e0cf48e860f2b7e1d50a057cb8a7890.tar.gz |
Fix typos in comments
[skip ci]
Diffstat (limited to 'utils')
-rw-r--r-- | utils/genprimopcode/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs index 36daa45a52..f178915df8 100644 --- a/utils/genprimopcode/Main.hs +++ b/utils/genprimopcode/Main.hs @@ -274,7 +274,7 @@ gen_hs_source (Info defaults entries) = -- with Declaration for $fEqMaybe: -- attempting to use module ‘GHC.Classes’ -- (libraries/ghc-prim/./GHC/Classes.hs) which is not loaded - -- coming from GHC.IFace.Load.homeModError + -- coming from GHC.Iface.Load.homeModError -- I'm not sure precisely why; but I *am* sure that we don't need -- any type-class defaulting; and it's clearly wrong to need -- the base package when haddocking ghc-prim |