
27 Jun
2018
27 Jun
'18
9:35 a.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
I did make distclean; ./boot; ./configure ... no luck. Checked ghc.cabal also.
Ömer
Ben Gamari
, 26 Haz 2018 Sal, 21:39 tarihinde şunu yazdı: Ömer Sinan Ağacan
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