Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Wibble

Mon Jul  6 13:14:57 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Wibble
  Ignore-this: dbe54b9d648cd41b7885b4f65fab5ea6

    M ./tests/runtests.hs -4 +4

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706201457-a762e-ec26aa2b9c3807dde82cd80ee474e0c5425d84fd.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Clearer printing of versions by runtests.hs

Mon Jul  6 13:24:20 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Clearer printing of versions by runtests.hs
  Ignore-this: d4ac2f1508fabc8e053a2c0357c3cc89

    M ./tests/runtests.hs -4 +10

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706202420-a762e-7e9c460d4c5a018eb77283a670e3a82c530dd663.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Use HscAsm instead of HscC when using TH

Mon Jul  6 14:44:10 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Use HscAsm instead of HscC when using TH
  Ignore-this: 1f1e5c51459eb120dd25b529aabb9b8f

    M ./src/Haddock/Interface.hs -4 +4

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706214410-a762e-b0cf472da8be00cd5c5171fd6847dd06a576c857.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Fix (invisible) bug introduced by unicode patch

Mon Jul  6 14:22:42 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Fix (invisible) bug introduced by unicode patch
  Ignore-this: 91f1577e975b85890eb6c467cd8790b8

    M ./src/Haddock/Backends/Html.hs -1 +1

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706212242-a762e-f8041c1c64fd9443017c761f2a0d79bde6b7f0c2.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Update HCAR entry (by Janis)

Mon Jul  6 15:10:22 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Update HCAR entry (by Janis)
  Ignore-this: 7b1ed0a15c8e24125770b078fa3c30

    M ./haddock-HCAR-entry.tex -7 +4

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706221022-a762e-f978ead567a83d727da1c3295e122dfabc300732.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): revert to split-index for large indices

Sat Jul 11 07:59:00 PDT 2009  Isaac Dupree <id <at> isaac.cedarswampstudios.org>
  * revert to split-index for large indices
  Ignore-this: 62bd238d4c02482e6061121767c2db4b
  - remove the search-box, because browsers have search-for-text
  abilities anyway.
  - pick 150 items in index as the arbitrary time at which to split it
  - notice the bug that identifiers starting with non-ASCII characters
  won't be listed in split-index, but don't bother to fix it yet (see
  ticket #116, http://trac.haskell.org/haddock/ticket/116 )

    M ./src/Haddock/Backends/Html.hs -14 +55

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090711145900-6c1c4-25cd136e038b2efbd7ef880335814494d8a632c7.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Follow HsRecTy change with an #if __GLASGOW_HASKEL__ >= 611

Mon Jul  6 16:01:35 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Follow HsRecTy change with an #if __GLASGOW_HASKEL__ >= 611
  Ignore-this: 88db0c46a8abe0c3d8138c4bf9377ca9

    M ./src/Haddock/Backends/Html.hs +2

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706230135-a762e-4db0e8651899417327b833e4fe3176b5b49a457a.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Update test suite following version bump

Thu Jul 23 13:40:37 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Update test suite following version bump

    M ./tests/tests/A.html.ref -1 +1
    M ./tests/tests/B.html.ref -1 +1
    M ./tests/tests/Bug1.html.ref -1 +1
    M ./tests/tests/Bug2.html.ref -1 +1
    M ./tests/tests/Bug3.html.ref -1 +1
    M ./tests/tests/Bug4.html.ref -1 +1
    M ./tests/tests/Bug6.html.ref -1 +1
    M ./tests/tests/Bug7.html.ref -1 +1
    M ./tests/tests/Bug8.html.ref -1 +1
    M ./tests/tests/Bugs.html.ref -1 +1
    M ./tests/tests/Hash.html.ref -1 +1
    M ./tests/tests/NamedDoc.html.ref -1 +1
    M ./tests/tests/NoLayout.html.ref -1 +1
    M ./tests/tests/QuasiExpr.html.ref -1 +1
    M ./tests/tests/QuasiQuote.html.ref -1 +1
    M ./tests/tests/TH.html.ref -1 +1
    M ./tests/tests/TH2.html.ref -1 +1
    M ./tests/tests/Test.html.ref -1 +1
    M ./tests/tests/Ticket61.html.ref -1 +1
    M ./tests/tests/TypeFamilies.html.ref -1 +1
    M ./tests/tests/TypeOperators.html.ref -1 +1
    M ./tests/tests/Visible.html.ref -1 +1

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090723204037-a762e-056a0b89120321aec39378c9894f09f3887169ef.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Remove unused functions from Haddock.Utils

Mon Jul  6 16:11:41 PDT 2009  David Waern <david.waern <at> gmail.com>
  * Remove unused functions from Haddock.Utils
  Ignore-this: 104276bb0e31d0096fd37ee9b64c1417

    M ./src/Haddock/Utils.hs -43 +1

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090706231141-a762e-70672b3f90bfc640ca4828b4626d7ca8ba5ac89b.gz
Simon Marlow | 8 Sep 2009 15:54
Picon

patch applied (haddock2): Implement GADT records in HTML backend

Mon Jul 20 08:37:18 PDT 2009  Isaac Dupree <id <at> isaac.cedarswampstudios.org>
  * Implement GADT records in HTML backend
  Ignore-this: 73b7d67b3a1a4f86b10a4c88b1977f40

    M ./src/Haddock/Backends/Html.hs -6 +24

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090720153718-6c1c4-6e43ebb9141da3c1e5b5aa4a84afe04a346eb285.gz

Gmane