Gmane
From: Neil Mitchell <ndmitchell <at> gmail.com>
Subject: ANN: System.FilePath 1.0
Newsgroups: gmane.comp.lang.haskell.general
Date: 2007-04-10 18:56:12 GMT (2 years, 12 weeks, 2 days, 16 hours and 24 minutes ago)
Hi,

Finally, here is a System.FilePath 1.0 release! The FilePath library
is a library for manipulating FilePaths in a cross platform way on
both Windows and Unix.

Home page: http://www-users.cs.york.ac.uk/~ndm/filepath/
Darcs repo: http://darcs.haskell.org/packages/filepath/
Haddock: http://www.cs.york.ac.uk/fp/haddock/filepath/

This version will be included in GHC 6.6.1 and all future major
Haskell compilers.

THINGS TO NOTE:

* There are no longer Version_0_10 interfaces - the interface is now
stable, please use System.FilePath.

* The library is now "filepath", not "FilePath"

I would upload this libary to Hackage, but Cabal won't work with sdist
on my machine, so I can't. If someone else wants to, please feel free.

Thanks

Neil