Re: [Haskell-cafe] ANN: split-0.1.1 (doc bugfix; new functions wordsBy and linesBy)

2009-01-15 Thread Brent Yorgey
>   * fixes a couple Haddock bugs that were preventing the documentation
> from building on Hackage, and

OK, the documentation is really *actually* fixed now.  Thanks to Ross
Paterson for upgrading haddock on the Hackage build machine!

Check out the Haddocky, documentationy goodness:

http://hackage.haskell.org/packages/archive/split/0.1.1/doc/html/Data-List-Split.html

-Brent
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] ANN: split-0.1.1 (doc bugfix; new functions wordsBy and linesBy)

2009-01-13 Thread Brent Yorgey
Version 0.1.1 of the split library is now on Hackage, which provides a
wide range of strategies and a unified combinator framework for
splitting lists with respect to some sort of delimiter.

This version:

  * fixes a couple Haddock bugs that were preventing the documentation
from building on Hackage, and

  * adds two new convenience functions suggested by Neil Mitchell,
wordsBy and linesBy, such that

  words === wordsBy isSpace
  lines === linesBy (=='\n').

Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/split

darcs:   http://code.haskell.org/~byorgey/code/split

-Brent
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe