
New patches:

[Use cp -R instead of cp -a (it's more portable).
judah.jacobson@gmail.com**20070830193312
 
 M ./libraries/Makefile -3 +3
] {
hunk ./libraries/Makefile 342
-	cp -a stamp                         $(BIN_DIST_LIBDIR)
+	cp -R stamp                         $(BIN_DIST_LIBDIR)
hunk ./libraries/Makefile 351
-	  cp -a dist          $(BIN_DIST_LIBDIR)/$* && \
-	  (cp -aL include      $(BIN_DIST_LIBDIR)/$* || :) && \
+	  cp -R dist          $(BIN_DIST_LIBDIR)/$* && \
+	  (cp -RL include      $(BIN_DIST_LIBDIR)/$* || :) && \
}

[Don't try to copy haddock index files if we haven't built the docs.
judah.jacobson@gmail.com**20070830193502
 
 M ./libraries/Makefile +2
] {
hunk ./libraries/Makefile 339
+ifeq "$(HADDOCK_DOCS)" "YES"
hunk ./libraries/Makefile 343
+endif
}

Context:

[Warning police
Pepe Iborra <mnislaih@gmail.com>**20070829183155] 
[Use a Data.Sequence instead of a list in cvReconstructType
Pepe Iborra <mnislaih@gmail.com>**20070829175119
 
 While I was there I removed some trailing white space
] 
[Fix a bug in RtClosureInspect.cvReconstructType.
Pepe Iborra <mnislaih@gmail.com>**20070829174842
 Test is print025
] 
[Warning police
Pepe Iborra <mnislaih@gmail.com>**20070829165653] 
[UNDO: Extend ModBreaks with the srcspan's of the enclosing expressions
Pepe Iborra <mnislaih@gmail.com>**20070829102314
 
 Remnants of :stepover
 
] 
[remove "special Ids" section, replace with a link to GHC.Prim
Simon Marlow <simonmar@microsoft.com>**20070830112139
 This documentation was just duplicating what is in GHC.Prim now.
] 
[expand docs for unsafeCoerce#, as a result of investigations for #1616
Simon Marlow <simonmar@microsoft.com>**20070830111909] 
[Remove text about ghcprof.  It almost certainly doesn't work.
Simon Marlow <simonmar@microsoft.com>**20070829122126] 
[fix compiling GHC 6.7+ with itself - compat needs -package containers now
Simon Marlow <simonmar@microsoft.com>**20070829113500] 
[fix typo
Simon Marlow <simonmar@microsoft.com>**20070824141039] 
[no -auto-all for CorePrep
Simon Marlow <simonmar@microsoft.com>**20070829092414] 
[improvements to findPtr(), a useful hack for space-leak debugging in gdb
Simon Marlow <simonmar@microsoft.com>**20070829092400] 
[fix up some old text, remove things that aren't true any more
Simon Marlow <simonmar@microsoft.com>**20070828125821] 
[Windows: remove the {Enter,Leave}CricialSection wrappers
Simon Marlow <simonmar@microsoft.com>**20070829104811
 The C-- parser was missing the "stdcall" calling convention for
 foreign calls, but once added we can call {Enter,Leave}CricialSection
 directly.
] 
[Wibble
Pepe Iborra <mnislaih@gmail.com>**20070829085305] 
[FIX: Remove accidential change to darcs-all in type families patch
Manuel M T Chakravarty <chak@cse.unsw.edu.au>**20070829010011
 - The type families patch includes a change to darcs-all that breaks it for
   ssh repos at least for Perl 5.8.8 (on MacOS).
 - My Perl-fu is not sufficient to try to fix the modification, which was
   supposed to improve darcs-all on windows, so I just revert to the old
   code.
] 
[Remove INSTALL_INCLUDES; no longer used
Ian Lynagh <igloo@earth.li>**20070828205636] 
[Use DESTDIR when installing
Ian Lynagh <igloo@earth.li>**20070828205119] 
[Copy LICENSE files into the bindist, as Cabal now installs them
Ian Lynagh <igloo@earth.li>**20070828130428] 
[TAG 2007-08-28
Ian Lynagh <igloo@earth.li>**20070828215445] 
Patch bundle hash:
d9fbe78bffe1004ed05ab6746854fe9681c6d3c1
