27 Mar
2008
27 Mar
'08
3:53 p.m.
Wed Mar 26 17:53:21 PDT 2008 Duncan Coutts <duncan@haskell.org> * Separate the OS/Arch classifiation used for different purposes We have to classify System.Info.{os,arch} strings into the OS and Arch enums. For that purpose we have to be quite permissive since there are lots of ailases that the various Haskell implementations use. However for parsing os and arch names in .cabal files we'd prefer to use canonical names, though we do have to allow the couple aliases already in common use. M ./Distribution/System.hs -23 +45 View patch online: http://darcs.haskell.org/cabal-branches/cabal-1.4/_darcs/patches/20080327005...