[Haskell-cafe] ANN: SearchPath v0.9

Alex Jacobson alex at alexjacobson.com
Wed Dec 19 15:22:40 EST 2007


SearchPath v0.9 does recursive module chasing accross the internet using 
a combination of mapfiles you provide and the default map file, caching
the downloaded modules in a local directory.  Searchpath can handle
modules in module hierarchies based at a URLs, in tgz archives
accessible via URL, and in accessible darcs/svn/cvs etc repos at
particular tags.

New in v0.9

     * handling tagged darcs/svn repos
     * handling .tgz archives
     * massive code cleanup
     * substantially faster
     * easier/better command line options
     * better usage documentation
     * handling non-local haskell files

Check it out at http://searchpath.org.

-Alex-


More information about the Haskell-Cafe mailing list