Skip to content
  • Simon Marlow's avatar
    Change default installation dirs for executables on Windows: · ad54f11b
    Simon Marlow authored
    before:
    
      bindir  = $prefix\$pkgid
      datadir = $prefix
    
    now:
    
      bindir  = $prefix\Haskell\bin
      datadir = $prefix\Haskell
    
    datasubdir is still $pkgid, so data files for an exectuable will be
    installed in $prefix\Haskell\$pkgid.
    
    the idea is that all executables are installed in the same directory
    by default, so setting PATH is easier.  Also, data files belonging to
    Haskell programs are grouped together under $prefix\Haskell.
    ad54f11b