27 Jun
2018
27 Jun
'18
5:35 p.m.
It turns out there are two GHC packages: ghc and ghc-bin. I needed to add to ghc-bin but I wasn't aware of it so added to ghc. Ömer Ömer Sinan Ağacan <omeragacan@gmail.com>, 26 Haz 2018 Sal, 21:58 tarihinde şunu yazdı:
I did make distclean; ./boot; ./configure ... no luck. Checked ghc.cabal also.
Ömer
Ben Gamari <ben@well-typed.com>, 26 Haz 2018 Sal, 21:39 tarihinde şunu yazdı:
Ömer Sinan Ağacan <omeragacan@gmail.com> writes:
I'm trying to add ghc-prim as a dependency to the ghc package. So far I've done these changes:
snip
Any ideas what else to edit?
Did you rerun ./configure after modifying ghc.cabal.in? I would double-check that ghc.cabal contains the dependency.
Cheers,
- Ben