darcs patch: Be cleverer about guessing hc-pkg name a... (and 1 more)

I got annoied with specifying:
./setup configure --with-compiler=ghc-6.5.20060724 --with-hc-pkg=ghc-pkg-6.5.20060724
So the first patch makes it guess better about so that this works:
./setup configure --with-compiler=ghc-6.5.20060724
The second patch is just a trivial simplification. That bit
should probably use pipes rather than outputting to a file
and then reading the file.
I didn't want to just push these changes, so can someone else
give them a quick look over and commit. Cheers.
Duncan
Wed Aug 23 11:54:12 BST 2006 Duncan Coutts
participants (1)
-
Duncan Coutts