<div dir="ltr"><div>Hi,</div><div><br></div><div>Suddenly started getting the following linker error after I moved code around in my project. It only seems to occur when I am building one specific cabal test target. When building a dependent build it build successfully but cabal repl test-xxx  fails. I have no consistent way to repro but I will keep trying and file a defect..<br></div><div><br></div><div>GHCi, version 8.8.4: <a href="https://www.haskell.org/ghc/">https://www.haskell.org/ghc/</a>  :? for help<br>GHC runtime linker: fatal error: I found a duplicate definition for symbol<br>   __gmpn_sec_sqr_itch<br>whilst processing object file<br>   C:\Users\sumit\Apps\ghc-8.8.4\mingw\lib\libgmp.dll.a<br>The symbol was previously defined in<br>   C:\Users\sumit\Apps\ghc-8.8.4\lib\integer-gmp-1.0.2.0\HSinteger-gmp-1.0.2.0.o<br>This could be caused by:<br>   * Loading two different object files which export the same symbol<br>   * Specifying the same object file twice on the GHCi command line<br>   * An incorrect `package.conf' entry, causing some object to be<br>     loaded twice.<br>ghc.exe: panic! (the 'impossible' happened)<br>  (GHC version 8.8.4 for x86_64-unknown-mingw32):<br>        loadArchive "C:\\Users\\sumit\\Apps\\ghc-8.8.4\\mingw\\lib\\libgmp.dll.a": failed<br><br>Please report this as a GHC bug:  <a href="https://www.haskell.org/ghc/reportabug">https://www.haskell.org/ghc/reportabug</a><br><br>CallStack (from HasCallStack):<br>  die', called at .\\Distribution\\Client\\ProjectOrchestration.hs:1041:55 in main:Distribution.Client.ProjectOrchestration<br>cabal.exe: repl failed for mkr-txn-0.1.0.0-inplace-test-mkr-txn.</div><div><br></div><div>Regards</div><div>Sumit</div><div><br></div></div>