ANN: split-0.1.1 (doc bugfix; new functions wordsBy and linesBy)

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

* 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-S... -Brent
participants (1)
-
Brent Yorgey