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
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.
**
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
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