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
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
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
# 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
> 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
---
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
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
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
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
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
10 matches
Mail list logo