patch applied (cabal-install): Parse compiler field from old config files correctly
16 Jan
2009
16 Jan
'09
12:39 a.m.
Thu Jan 15 16:28:51 PST 2009 Duncan Coutts <duncan@haskell.org> * Parse compiler field from old config files correctly Really old versions of cabal-install generated a default config containing "compiler: GHC". Sadly the new way we generate the config file parser from the command line parser means we end up with a case-sensitive parser as it only matches the exact command line flags. So we hack it and add in a traditional parser for that field only. Really the command line and config file infrastructure needs rewriting again. Sigh. M ./Distribution/Client/Config.hs -1 +11 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20090116002851-adfee-b...
6437
Age (days ago)
6437
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts