[Haskell] ANN: llvm-0.4.0.1

2008-12-21 Thread Lennart Augustsson
We have now released version 0.4.0.1 of the Haskell LLVM bindings. (This release that is quite incompatible with the old 0.0.2 release.) LLVM is a virtual machine and the bindings allow you to generate code for this virtual machine. This code can then be executed by a JIT or written to a file for

[Haskell] ANN: Data.List.Split

2008-12-21 Thread Brent Yorgey
I am pleased to announce the release of Data.List.Split, which provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. It strives to be flexible yet simple. If you've ever wished there was a simple 'split' function you cou

Re: [Haskell] ANN: Hoogle with more libraries

2008-12-21 Thread Thomas Davie
Hi Neil, This is a great addition! There's several packages up there that I want to search. A couple of small bug reports though: 1. Searching using a package name that isn't all lower case results in nothing (e.g. (a -> b) -> f a -> f b +InfixApplicative gives no results, while (a ->

[Haskell] ANN: Hoogle with more libraries

2008-12-21 Thread Neil Mitchell
Hi, I am pleased to annouce that the Hoogle on http://haskell.org/hoogle will now search lots of the libraries present on hackage. For example, to search for the parse function in tagsoup, try: "parse +tagsoup" (http://haskell.org/hoogle/?hoogle=parse+%2Btagsoup) By default Hoogle will still sea