Skip to content
  • Herbert Valerio Riedel's avatar
    Modernize `ghc-prim.cabal` to `cabal-version>=1.10` · 845bb102
    Herbert Valerio Riedel authored
    This also removes the use of `makefileHook` in `Setup.hs` which was
    dropped from the `Cabal` API
    
    Note: This cleanups make `ghc-prim` almost a proper Cabal package;
    `cabal sdist` still needs to be tweaked to change `build-type` to
    `Simple`, to make the resulting ghc-prim source distribution package
    self-contained.
    845bb102