== running darcs changes --last=1 --repodir .
Fri Jan 28 11:54:00 GMT 2011 simonpj@microsoft.com
* Fix formatting glitch in documentation
== running darcs changes --last=1 --repodir ghc-tarballs
Mon Dec 13 22:32:27 GMT 2010 Ian Lynagh <igloo@earth.li>
* Add libstdc++-4.5.0-1-mingw32-dll-6.tar.lzma to mingw tarballs
== running darcs changes --last=1 --repodir utils/hsc2hs
Fri Jan 7 02:32:58 GMT 2011 Ian Lynagh <igloo@earth.li>
* Follow GHC build system changes
== running darcs changes --last=1 --repodir utils/haddock
Mon Jan 10 17:31:12 GMT 2011 simonpj@microsoft.com
* Update Haddock to reflect change in hs_tyclds field of HsGroup
== running darcs changes --last=1 --repodir libraries/array
Fri Nov 12 22:39:13 GMT 2010 simonpj@microsoft.com
* Add LANGUAGE BangPatterns
To do this we need to define (!) prefix, thus
(!) arr i = ....
rather than infix
== running darcs changes --last=1 --repodir libraries/base
Fri Jan 28 12:07:19 GMT 2011 simonpj@microsoft.com
* Use explicit language extensions & remove extension fields from base.cabal
Add explicit {-# LANGUAGE xxx #-} pragmas to each module, that say
what extensions that module uses. This makes it clearer where
different extensions are used in the (large, variagated) base package.
Now base.cabal doesn't need any extensions field
Thanks to Bas van Dijk for doing all the work.
== running darcs changes --last=1 --repodir libraries/binary
Tue Nov 2 18:58:52 GMT 2010 Ian Lynagh <igloo@earth.li>
* Avoid "-fglasgow-exts deprecated" warning
== running darcs changes --last=1 --repodir libraries/bytestring
Fri Jan 7 16:23:27 GMT 2011 Ian Lynagh <igloo@earth.li>
* Bump version number to 0.9.1.10
== running darcs changes --last=1 --repodir libraries/Cabal
Tue Jan 25 20:03:53 GMT 2011 Ian Lynagh <igloo@earth.li>
* Look for hsc2hs in the same place as ghc
This is particularly important on OS X, where there may be both 32
and 64bit versions around.
== running darcs changes --last=1 --repodir libraries/containers
Sat Jan 15 12:13:44 GMT 2011 Ross Paterson <ross@soi.city.ac.uk>
* remove __HADDOCK__ ifdefs
== running darcs changes --last=1 --repodir libraries/directory
Mon Jan 17 19:24:43 GMT 2011 Ian Lynagh <igloo@earth.li>
* Add NondecreasingIndentation to the list of extensions
== running darcs changes --last=1 --repodir libraries/extensible-exceptions
Sun Apr 25 20:43:40 BST 2010 Ian Lynagh <igloo@earth.li>
tagged version 0.1.1.2
== running darcs changes --last=1 --repodir libraries/filepath
Sat Jan 8 12:32:23 GMT 2011 Ian Lynagh <igloo@earth.li>
* Fix warning
== running darcs changes --last=1 --repodir libraries/ghc-prim
Sat Oct 23 17:04:17 BST 2010 Ian Lynagh <igloo@earth.li>
* Merge GHC.Bool into GHC.Types
== running darcs changes --last=1 --repodir libraries/haskeline
Mon Jan 17 19:22:23 GMT 2011 Ian Lynagh <igloo@earth.li>
* Add NondecreasingIndentation extension for GHC >= 7.1
== running darcs changes --last=1 --repodir libraries/haskell98
Sat Dec 18 23:09:37 GMT 2010 Ian Lynagh <igloo@earth.li>
* Use -fno-warn-deprecations
== running darcs changes --last=1 --repodir libraries/haskell2010
Sat Dec 18 23:10:04 GMT 2010 Ian Lynagh <igloo@earth.li>
* Replace uses of the old try function with the new one
== running darcs changes --last=1 --repodir libraries/hoopl
Wed Jan 19 16:27:14 GMT 2011 Edward Z. Yang <ezyang@mit.edu>
* Fix warnings.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
== running darcs changes --last=1 --repodir libraries/hpc
Sat Dec 18 21:36:22 GMT 2010 Ian Lynagh <igloo@earth.li>
* Replace uses of the old catch function with the new one
== running darcs changes --last=1 --repodir libraries/integer-gmp
Sat Jan 22 19:47:56 GMT 2011 Ian Lynagh <igloo@earth.li>
* Update for changes in GHC's build system
== running darcs changes --last=1 --repodir libraries/integer-simple
Tue Jan 11 02:25:27 GMT 2011 Ian Lynagh <igloo@earth.li>
* Add extensions to LANGUAGE pragma
== running darcs changes --last=1 --repodir libraries/mtl
Sat Dec 18 21:37:26 GMT 2010 Ian Lynagh <igloo@earth.li>
* Replace uses of the old catch function with the new one
== running darcs changes --last=1 --repodir libraries/old-locale
Sun Sep 20 15:19:38 BST 2009 Ian Lynagh <igloo@earth.li>
* Bump version to 1.0.0.2
== running darcs changes --last=1 --repodir libraries/old-time
Sat Nov 20 19:20:28 GMT 2010 Ian Lynagh <igloo@earth.li>
* Remove an unnecessary fromIntegral
== running darcs changes --last=1 --repodir libraries/pretty
Fri Dec 10 16:44:47 GMT 2010 Christian.Maeder@dfki.de
* shortened too long lines and removed redundant brackets
== running darcs changes --last=1 --repodir libraries/process
Mon Nov 29 11:56:29 GMT 2010 Simon Marlow <marlowsd@gmail.com>
* doc fix: clarify the encoding and newline translation used by pipe Handles
== running darcs changes --last=1 --repodir libraries/random
Tue Oct 26 07:53:11 BST 2010 malcolm.wallace@me.com
* Avoid instancing a type synonym in nhc98.
== running darcs changes --last=1 --repodir libraries/template-haskell
Thu Jan 13 11:54:37 GMT 2011 simonpj@microsoft.com
* Change type of TH.classInstances (and qClassInstances)
This patch accompanies the HEAD commit
Thu Jan 13 11:14:21 GMT 2011 simonpj@microsoft.com
* Make Template Haskell classInstances function return [ClassInstance]
It accomplishes the data type change
== running darcs changes --last=1 --repodir libraries/terminfo
Fri Aug 13 06:45:45 BST 2010 Judah Jacobson <judah.jacobson@gmail.com>
* Bump version to 0.3.1.3.
== running darcs changes --last=1 --repodir libraries/unix
Mon Jan 17 19:24:30 GMT 2011 Ian Lynagh <igloo@earth.li>
* Add NondecreasingIndentation to the list of extensions
== running darcs changes --last=1 --repodir libraries/utf8-string
Sat May 8 14:09:35 BST 2010 Ian Lynagh <igloo@earth.li>
* Add missing System/Environment/UTF8.hs from utf8-string-0.3.6.tar.gz
== running darcs changes --last=1 --repodir libraries/Win32
Tue Jan 18 14:26:48 GMT 2011 Ian Lynagh <igloo@earth.li>
* Add NondecreasingIndentation to the list of extensions
== running darcs changes --last=1 --repodir libraries/xhtml
Sat Jul 10 15:46:14 BST 2010 Ian Lynagh <igloo@earth.li>
* Fix warnings
== running darcs changes --last=1 --repodir testsuite
Wed Jan 26 17:31:38 GMT 2011 simonpj@microsoft.com
* Test Trac #4918
== nofib repo not present; skipping
== libraries/deepseq repo not present; skipping
== libraries/parallel repo not present; skipping
== libraries/stm repo not present; skipping
== running darcs changes --last=1 --repodir libraries/primitive
Mon Sep 20 01:22:53 BST 2010 Roman Leshchinskiy <rl@cse.unsw.edu.au>
tagged 0.3.1
== running darcs changes --last=1 --repodir libraries/vector
Thu Nov 4 22:51:11 GMT 2010 Roman Leshchinskiy <rl@cse.unsw.edu.au>
tagged 0.7.0.1
== running darcs changes --last=1 --repodir libraries/dph
Thu Jan 13 04:03:37 GMT 2011 Ben Lippmeier <benl@ouroborus.net>
* Adjust laplace benchmark config
== Checking for old bytestring repo
== Checking for bytestring tarball
== Checking for unpulled tarball patches