
7 Oct
2005
7 Oct
'05
8:49 a.m.
2005/10/7, Simon Marlow
prefix = C:\Program Files\ bindirrel = $package libdirrel = Haskell\$package\$compiler datadirrel = $package libexecdirrel = $package
datadirrel = $package is a good default for executables because these files will be used only from this executable. I propose
datadirrel = Common Files\$package
only for library packages because there might be multiple executables linked with this library and then they will need the same data files. Cheers, Krasimir