You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when trying to compile this project with GHC 9.2.8:
Failed to build generic-lens-core-2.2.1.0.
Build log (
/home/work/.cabal/logs/ghc-9.2.8/generic-lens-core-2.2.1.0-2e45a1ae0108e4e64aae3ab321e793cacd6055af69d18e60c07e6871761c9d71.log
):
Configuring library for generic-lens-core-2.2.1.0..
Preprocessing library for generic-lens-core-2.2.1.0..
Building library for generic-lens-core-2.2.1.0..
ghc: panic! (the 'impossible' happened)
(GHC version 9.2.8:
lookupModuleWithSuggestions
generic-lens-core-2.2.1.0-5923e7b30149b4fc926c67fe1cd2dec37e6b3610dfbbfde4320c6235477868dc Data.Generics.Internal.VL.Traversal
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/GHC/Utils/Panic.hs:181:37 in ghc:GHC.Utils.Panic
pprPanic, called at compiler/GHC/Unit/State.hs:1890:48 in ghc:GHC.Unit.State
Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug
Error: cabal: Failed to build generic-lens-core-2.2.1.0 (which is required by
exe:example from cuddle-0.1.0.0 and exe:cuddle from cuddle-0.1.0.0). See the
build log above for details.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when trying to compile this project with GHC
9.2.8
:The text was updated successfully, but these errors were encountered: