Ross Paterson | 2 Feb 2011 02:17
Picon
Favicon

patch applied (packages/containers): add -rtsopts (needed to use +RTS with GHC-7.0)

Tue Feb  1 17:13:46 PST 2011  Ross Paterson <ross <at> soi.city.ac.uk>
  * add -rtsopts (needed to use +RTS with GHC-7.0)

    M ./benchmarks/Makefile -1 +1

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=packages/containers;a=darcs_commitdiff;h=20110202011346-b47d3-749b8e3fc293b8e0424dded8ec6a010d636a505c.gz
Ross Paterson | 2 Feb 2011 02:17
Picon
Favicon

patch applied (packages/containers): add split/append benchmark for Data.Sequence

Tue Feb  1 17:16:06 PST 2011  Ross Paterson <ross <at> soi.city.ac.uk>
  * add split/append benchmark for Data.Sequence

    M ./benchmarks/Makefile -1 +1
    A ./benchmarks/Sequence.hs

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=packages/containers;a=darcs_commitdiff;h=20110202011606-b47d3-045a5fd96e7dab01eb96146694659c6cc0fea841.gz
Simon Marlow | 2 Feb 2011 10:03
Picon

patch applied (packages/base): add getNumCapabilities :: IO Int

Wed Dec 22 04:59:53 PST 2010  Simon Marlow <marlowsd <at> gmail.com>
  * add getNumCapabilities :: IO Int

  If we ever get around to implementing #3729 and #3210, then the number
  of capabilities will vary at runtime, so we need to move
  numCapabilities into the IO monad.

    M ./GHC/Conc.lhs +1
    M ./GHC/Conc/Sync.lhs -6 +30

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=packages/base;a=darcs_commitdiff;h=20101222125953-12142-c7b39b5a84d7b218f5e8f19dcb97857df688b0be.gz
Ian Lynagh | 2 Feb 2011 23:35
Picon
Gravatar

patch applied (ghc-7.0/packages/base): fix silly mistake in hGetBufSome (#4895)

Fri Jan 21 06:35:55 PST 2011  Simon Marlow <marlowsd <at> gmail.com>
  * fix silly mistake in hGetBufSome (#4895)

    M ./GHC/IO/Handle/Text.hs -1 +1

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/base;a=darcs_commitdiff;h=20110121143555-12142-f3cf5f7bc2659adc41e159b62543c38be8605249.gz
Ian Lynagh | 2 Feb 2011 23:36
Picon
Gravatar

patch applied (ghc-7.0/packages/Cabal): Document the '--{en,dis}able-tests' options in the User Guide

Sat Dec  4 08:44:04 PST 2010  Thomas Tuegel <ttuegel <at> gmail.com>
  * Document the '--{en,dis}able-tests' options in the User Guide

    M ./doc/Cabal.markdown +14

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/Cabal;a=darcs_commitdiff;h=20101204164404-30370-bb48fb758b3dd27c21a314014cf31624096ccf1f.gz
Ian Lynagh | 2 Feb 2011 23:36
Picon
Gravatar

patch applied (ghc-7.0/packages/Cabal): Removed documentation for obsolete options to 'setup test' from the User Guide.

Sun Jan  9 10:08:11 PST 2011  Thomas Tuegel <ttuegel <at> gmail.com>
  * Removed documentation for obsolete options to 'setup test' from the User Guide.

    M ./doc/Cabal.markdown -10

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/Cabal;a=darcs_commitdiff;h=20110109180811-30370-6f85c727307dfa40d540e2901f4726e8588c9fdf.gz
Ian Lynagh | 2 Feb 2011 23:36
Picon
Gravatar

patch applied (ghc-7.0/packages/Cabal): sdist perms fix

Mon Dec 20 10:13:08 PST 2010  ramsdell <at> mitre.org
  * sdist perms fix

    M ./Distribution/Simple/SrcDist.hs -1 +7

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/Cabal;a=darcs_commitdiff;h=20101220181308-e1cd4-803d8b3df7391059cc29c3e05ffe9130f2f507de.gz
Ian Lynagh | 2 Feb 2011 23:36
Picon
Gravatar

patch applied (ghc-7.0/packages/Cabal): Use the standard names for file copy functions rather than a local rename

Fri Jan 14 09:32:19 PST 2011  Duncan Coutts <duncan <at> haskell.org>
  * Use the standard names for file copy functions rather than a local rename

    M ./Distribution/Simple/SrcDist.hs -10 +4

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/Cabal;a=darcs_commitdiff;h=20110114173219-adfee-8004081fe70723f79642d8e533a1d231ed701f99.gz
Ian Lynagh | 2 Feb 2011 23:36
Picon
Gravatar

patch applied (ghc-7.0/packages/Cabal): Preserve executable bit during in sdist for extra-source-files

Mon Jan 17 06:42:43 PST 2011  Duncan Coutts <duncan <at> community.haskell.org>
  * Preserve executable bit during in sdist for extra-source-files

    M ./Distribution/Simple/SrcDist.hs -2 +10

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/Cabal;a=darcs_commitdiff;h=20110117144243-5c91e-994c7edeac54d27caf3b059a8e24b5d8ee4f7204.gz
Ian Lynagh | 2 Feb 2011 23:36
Picon
Gravatar

patch applied (ghc-7.0/packages/Cabal): Clarify docs about LocalBuildInfo installedPkgs field

Mon Jan 10 16:59:41 PST 2011  Duncan Coutts <duncan <at> haskell.org>
  * Clarify docs about LocalBuildInfo installedPkgs field
  Only deps of current package, not all installed packages.
  Confusion reported by quuuux on #haskell.

    M ./Distribution/Simple/LocalBuildInfo.hs -1 +2

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/packages/Cabal;a=darcs_commitdiff;h=20110111005941-adfee-59826affa990d7c0707973980ae17165b3086223.gz

Gmane