Skip to content
  • Simon Marlow's avatar
    [project @ 1999-12-07 15:43:40 by simonmar] · 747bac96
    Simon Marlow authored
    Automatically detect installed copies of ghc, nhc and hbc and plug
    them into the Makefile variables $(GHC), $(NHC) and $(HBC)
    respectively.  $(HC) is now supposed to be a generic installed haskell
    compiler, which defaults to $(GHC) and can be changed via ./configure
    --with-hc=<blah>.
    
    Reorganise and tidy up a few things in config.mk.in.
    747bac96