[nightly] 22-Aug-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-08-22 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sat Aug 22 18:00:01 BST 2009. checking out

[nightly] 22-Aug-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-08-22 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Sat Aug 22 19:00:01 BST 2009. **

darcs patch: GHC does not deploy a directory named 'includes'. Chan...

2009-08-22 Thread Clemens Fruhwirth
Sat Aug 22 18:37:11 CEST 2009 Clemens Fruhwirth * GHC does not deploy a directory named 'includes'. Change 'includes' to 'include' in HsVersions.h New patches: [GHC does not deploy a directory named 'includes'. Change 'includes' to 'include' in HsVersions.h Clemens Fruhwirth **20090822163711

Re: some SrcLoc functions

2009-08-22 Thread David Waern
2009/8/13 David Waern : > Haddock also defines (in another branch, not in head): > > startLoc :: Located a -> SrcLoc > startLoc = srcSpanStart . getLoc > > endLoc :: Located a -> SrcLoc > endLoc = srcSpanEnd . getLoc > > instance Foldable Located where >  foldMap f (L _ x) = f x > > instance Traver