Ticket #114 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

--with-compiler / --with-hc inconsistency

Reported by: ross@… Owned by: ijones
Priority: high Milestone:
Component: Cabal library Version: 1.1.6
Severity: normal Keywords:
Cc: Difficulty: normal
GHC Version: 6.4.2 Platform: Linux

Description

setup configure takes a --with-compiler option, but changes that into a --with-hc option when calling configure. One or the other should be changed to make them consistent.

Change History

Changed 6 years ago by guest

  • priority changed from normal to high

Changed 5 years ago by duncan

  • status changed from new to closed
  • resolution set to fixed

autoconfUserHooks now uses "--with-compiler" and the old deprecated defaultUserHooks uses the same as before so existing scripts will not break.

Note: See TracTickets for help on using tickets.