error-message-index
error-message-index copied to clipboard
A community-driven collection of documentation for Haskell error messages and warnings
title: BuildFailure With Compile summary: When using ghcup compile hls -g master --ghc 8.10.4; a build failure occurs. introduced: ghcup, version 0.1.19.4 severity: error --- ``` $ ghcup compile hls...
Tidied up Alejandro's *excellent* lists and also sorted them numerically `Tc` is from [`GHC.Tc.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/Tc/Errors/Ppr.hs) `Driver` is from [`GHC.Driver.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/Driver/Errors/Ppr.hs) `Ps` is from [`GHC.Parser.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/Parser/Errors/Ppr.hs) `Ds` is from [`GHC.HsToCore.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/HsToCore/Errors/Ppr.hs) - [x] DerivErrNotStockDeriveable ->...