22 Aug
2006
22 Aug
'06
12:59 p.m.
Hi,
prefix = c:/Program Files bindir = $prefix/Haskell/Tools datadir = $prefix/$pkgid
Looks good! The MS Spec is that it should be Program Files\<Company Name>\<Program Name>, so for this I'd suggest: bindir = $prefix/Haskell/bin datadir = $prefix/Haskell/$pkgid It also means that people can find all their Haskell programs with greater ease, any package management thingies can find all Haskell programs. It also clutters up the Program Files directory less. But the basic concept of shoving all bin files in one directory and data files in another is great! Thanks Neil