[Haskell] PLAN-X 2008 Deadline approaching

2007-10-14 Thread Peter Thiemann
Call for Papers and Demos = ** Abstract deadline: Oct. 17, 2007 ** Paper deadline: Oct. 22, 2007 PLAN-X 2008 --- Programming Language Techniques for XML ACM SIGPLAN Workshop colocated with POPL 2008 San Francisco, California, USA

[Haskell] pretty-printing Haskell with automatic parens?

2007-10-14 Thread Conal Elliott
The haskell-src package contains a pretty-printer for Haskell syntax that requires parentheses to be explicitly placed in the (abstract) syntax representation. I have some code for automatically inserting parentheses where necessary (for use before pretty-printing), but I'm guessing someone else h

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-14 Thread Claus Reinke
- Provide a replacement configuration for GHC 6.6 and 6.4 (yes, that one is still alive!) that removes the conflict between 'base' and 'bytestring' and pretends to provide bytestring, containers, array, etc. People interested in making it easy to use new versions of packages with old compi

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-14 Thread Brandon S. Allbery KF8NH
On Oct 14, 2007, at 12:48 , Ian Lynagh wrote: On Sun, Oct 14, 2007 at 05:19:31PM +0200, Udo Stenzel wrote: Ian Lynagh wrote: People interested in making it easy to use new versions of packages with old compiler releases can make a small script that installs empty Cabal packages called byt

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-14 Thread Ian Lynagh
On Sun, Oct 14, 2007 at 05:19:31PM +0200, Udo Stenzel wrote: > Ian Lynagh wrote: > > People interested in making it easy to use new versions of packages with > > old compiler releases can make a small script that installs empty Cabal > > packages called bytestring, containers, array, etc. > > That

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-14 Thread Udo Stenzel
Ian Lynagh wrote: > People interested in making it easy to use new versions of packages with > old compiler releases can make a small script that installs empty Cabal > packages called bytestring, containers, array, etc. That completely misses the fact that bytestring cannot be upgraded, no matter

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-14 Thread Ian Lynagh
Hi Udo, On Fri, Oct 12, 2007 at 01:27:11AM +0200, Udo Stenzel wrote: > > - Provide a replacement configuration for GHC 6.6 and 6.4 (yes, that one > is still alive!) that removes the conflict between 'base' and > 'bytestring' and pretends to provide bytestring, containers, array, > etc. Peo

Re: [Haskell] Re: Trying to install binary-0.4

2007-10-14 Thread Udo Stenzel
Bjorn Bringert wrote: > The tar package uses System.PosixCompat from the unix-compat package > to also work under non-posix systems (read Windows). This dependency > is listed in the tar.cabal file (see http://hackage.haskell.org/ > packages/archive/tar/0.1/tar.cabal). System.Posix was never r