[darcs-users] darcs patch: Temporary bodge for missing Data.Function in GHC 6.6.

Trent W. Buck trentbuck at gmail.com
Mon May 25 12:30:07 UTC 2009


On Mon, May 25, 2009 at 10:29:05AM +0100, Eric Kow wrote:
> On Sat, May 23, 2009 at 15:39:57 +1000, Trent W.Buck wrote:
> > Sat May 23 15:31:28 EST 2009  Trent W. Buck <trentbuck at gmail.com>
> >   * Temporary bodge for missing Data.Function in GHC 6.6.
> 
> Applied, thanks for fixing that!
> 
> Temporary bodge for missing Data.Function in GHC 6.6.
> -----------------------------------------------------
> > +-- Reduces to the "import" line after we drop GHC 6.6 support.
> > +#if __GLASGOW_HASKELL >= 686

Oops, should that be __GLASGOW_HASKELL__ (trailing underscores)?
Setup.lhs seems to use that.


More information about the darcs-users mailing list