
24 Aug
2006
24 Aug
'06
6:58 a.m.
Hi
1) Move alex.exe into some global Haskell directory for binaries (which is on the PATH) Not too bad, but while names might not clash, if too Cabal programs both have LICENSE in their same directory, and both read it, things go wrong. The whole issue is that name uniqueness goes.
The .exe should get installed in a different location than something like a README, right?
Traditionally in Windows the .exe and the data are installed together, however Simon's patch pretty much perfectly solves all the above problems - so I'm not grumbling any more :) Thanks Neil