<div dir="ltr">Hi all,<div><br></div><div>I went into the rabbit hole that starts here <a href="https://ghc.haskell.org/trac/ghc/ticket/11501">https://ghc.haskell.org/trac/ghc/ticket/11501</a></div><div><br></div><div>So far I know that:</div><div><ol><li>fibon is not built regularly by any CI and it bitrotted significantly.<br></li><li>Makefile's for fibon use undefined variables like INPLACE_HSC2HS_PGM. Probably those were sourced from ghc/mk/*.mk, but not now.<br></li><li>Haskell courses are pre-AMP (this is easiest to fix).</li><li>Makefile's build object files one by one and that fails in case modules depend on each other. <a href="http://ghc-paths.mk">ghc-paths.mk</a> sorts objects and that gives wrong compile order.</li></ol><div>Does anybody know a commit-hash or date when it did compile last time?</div></div><div><br></div><div>Knowing that this module (fibno) wasn't used for so long does it make sense to fix it? How about removing it?</div><div><br></div><div>-- </div><div>Gracjan</div><div><br></div></div>