[Haskell] ANNOUNCE: SourceGraph 0.5.1.0

2009-10-01 Thread Ivan Lazar Miljenovic
This is an updated version of my graph-theoretic static analysis tool for Haskell, SourceGraph. This version is available from http://hackage.haskell.org/package/SourceGraph-0.5.1.0 (now with docs on the Hackage page!). This version provides the ability to pass in a single Haskell source file rat

[Haskell] ANNOUNCE: usb-0.1

2009-10-01 Thread Bas van Dijk
Hello, I would like to announce the release of usb-0.1, a Haskell library for communicating with USB devices from userspace. usb is implemented as a high-level wrapper around MaurĂ­cio C. Antunes' bindings-libusb which is a binding to the C library: libusb-1.* ( http://libusb.org ). All functiona

Re: [Haskell] ANNOUNCE: usb-0.1

2009-10-01 Thread Martijn van Steenbergen
Bas van Dijk wrote: Comments and patches are highly welcome. I tried to install on my Mac but bindings-common choked on: > cabal install bindings-common Resolving dependencies... cabal: Error: some packages failed to install: bindings-common-1.1 failed while unpacking the package. The exceptio

[Haskell] New TMR editor

2009-10-01 Thread Wouter Swierstra
Dear all, After several years at the helm, I've decided to step down as editor of the Monad.Reader. I am happy to announce that Brent Yorgey will take over my role as editor. I'd like to take this opportunity to thank Brent for helping to keep the Monad.Reader alive. I'm sure he'll do a f

[Haskell] Testing polymorphic properties with QuickCheck

2009-10-01 Thread Jean-Philippe Bernardy
--- This message is a literate Haskell file, hence: > {-# LANGUAGE GADTs#-} -- a matter of style only > import Control.Monad.State hiding (mapM) > import Control.Applicative > import Data.Traversable > import Data.Foldable > import

[Haskell] Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Jonathan Daugherty
> Am I correct in saying that the collection of widgets contains a > single widget type so far? ;-) Technically, four; vertical and horizontal boxes, a text string widget, and the List you mentioned. It only has a few types because I was just releasing early. I'm going to start using this in a

[Haskell] Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1

2009-10-01 Thread Jonathan Daugherty
# Nice. This sure beats how I've been doing it in the past. Out of # curiousity, can you talk about what you're doing with it? Yeah, I'd like to use this to write an administration tool for my "dbmigrations" package. I started doing it in hscurses and decided I needed to be able to live with th

[Haskell] Re: [Haskell-cafe] New TMR editor

2009-10-01 Thread Brent Yorgey
On Thu, Oct 01, 2009 at 04:33:43PM +0200, Wouter Swierstra wrote: > Dear all, > > After several years at the helm, I've decided to step down as editor of the > Monad.Reader. > > I am happy to announce that Brent Yorgey will take over my role as editor. > I'd like to take this opportunity to thank

[Haskell] Re: [Haskell-cafe] New TMR editor

2009-10-01 Thread Joe Fredette
Ah-- so _that's_ why you stopped doing HWN. Moving on to Greener Pastures... :) Congrats Brent! On Oct 1, 2009, at 3:44 PM, Brent Yorgey wrote: On Thu, Oct 01, 2009 at 04:33:43PM +0200, Wouter Swierstra wrote: Dear all, After several years at the helm, I've decided to step down as editor

[Haskell] Re: [Haskell-cafe] New TMR editor

2009-10-01 Thread Gwern Branwen
On Thu, Oct 1, 2009 at 3:48 PM, Joe Fredette wrote: > Ah-- so _that's_ why you stopped doing HWN. Moving on to Greener Pastures... At least, less-frequently-released pastures! -- gwern ___ Haskell mailing list Haskell@haskell.org http://www.haskell.or