cvs commit: fptools/libraries/base/System Directory.hs

Sven Panne panne at haskell.org
Sun Nov 14 15:25:56 EST 2004


panne       2004/11/14 12:25:55 PST

  Modified files:
    libraries/base/System Directory.hs 
  Log:
  Tiny refactoring, mostly used as a reminder that '#if blah_platform' tests are
  evil and should be replaced by feature-based test (autoconf!) and concentrated
  in few modules. System.FilePath is another great example for this, all #ifs
  should be replaced by a function handling a possible drive letter + a few
  separator constants.
  
  Revision  Changes    Path
  1.41      +9 -5      fptools/libraries/base/System/Directory.hs


More information about the Cvs-libraries mailing list