Ian Lynagh | 4 Jan 2009 13:17
Picon
Gravatar

patch applied (ghc-6.10/haddock2): Wrap the GHC usage with defaultCleanupHandler

Thu Dec 11 09:01:04 PST 2008  Ian Lynagh <igloo <at> earth.li>
  * Wrap the GHC usage with defaultCleanupHandler
  This fixes a bug where haddock leaves /tmp/ghc* directories uncleaned.

    M ./src/Haddock/GHC.hs -5 +6

View patch online:
http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20081211170104-3fd76-cf2ccc86ea008759b2dddb0c5e3da4a19d74e259.gz
Ian Lynagh | 4 Jan 2009 19:03
Picon
Gravatar

patch applied (haddock2): Make forall's in constructors explicit, i.e. data Foo = Foo {foo :: Eq a => a}

Mon Dec 15 03:44:26 PST 2008  Neil Mitchell
  * Make forall's in constructors explicit, i.e. data Foo = Foo {foo :: Eq a => a}

    M ./src/Haddock/Backends/Hoogle.hs -2 +8

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20081215114426-73ab9-d79e4e035dce52e42a91bc4ef74ac49cc7517426.gz
Ian Lynagh | 4 Jan 2009 19:03
Picon
Gravatar

patch applied (haddock2): Try and find a better package name than "main" for Hoogle, goes wrong when working on an executable rather than a library

Thu Dec 18 07:39:39 PST 2008  Neil Mitchell
  * Try and find a better package name than "main" for Hoogle, goes wrong when working on an executable rather
than a library

    M ./src/Main.hs -1 +2

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20081218153939-73ab9-e39cc994f5770b4f7a90ec3e3d0714857ebf3c9c.gz
Ian Lynagh | 4 Jan 2009 19:03
Picon
Gravatar

patch applied (haddock2): Wrap the GHC usage with defaultCleanupHandler

Thu Dec 11 09:01:04 PST 2008  Ian Lynagh <igloo <at> earth.li>
  * Wrap the GHC usage with defaultCleanupHandler
  This fixes a bug where haddock leaves /tmp/ghc* directories uncleaned.

    M ./src/Haddock/GHC.hs -5 +6

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20081211170104-3fd76-cf2ccc86ea008759b2dddb0c5e3da4a19d74e259.gz
Ian Lynagh | 5 Jan 2009 13:59
Picon
Gravatar

patch applied (haddock2): Show re-exported names from external packages again

Fri Jan  2 13:38:27 PST 2009  David Waern <david.waern <at> gmail.com>
  * Show re-exported names from external packages again

  This fixes GHC ticket 2746.

  In order to also link to the exported subordinate names of a declaration, we
  need to re-introduce the sub map in the .haddock files.

    M ./src/Haddock/Backends/Html.hs -3 +3
    M ./src/Haddock/Interface.hs -20 +30
    M ./src/Haddock/Interface/Create.hs -9 +36
    M ./src/Haddock/Interface/Rename.hs -3 +3
    M ./src/Haddock/InterfaceFile.hs -2 +6
    M ./src/Haddock/Types.hs -7 +7
    M ./src/Main.hs -7 +4

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090102213827-a762e-04b208688b28ab6d55cf0bf2c797bc4742843ee8.gz
Ian Lynagh | 11 Jan 2009 16:01
Picon
Gravatar

patch applied (haddock2): Fix the location of INPLACE_PKG_CONF; fixes the build

Sun Jan 11 06:58:41 PST 2009  Ian Lynagh <igloo <at> earth.li>
  * Fix the location of INPLACE_PKG_CONF; fixes the build
  Spotted by Conal Elliott

    M ./Makefile -1 +1

View patch online:
http://darcs.haskell.org/haddock2/_darcs/patches/20090111145841-3fd76-7831f613c4a3084648d15707d09144be766fb228.gz
Ian Lynagh | 11 Jan 2009 16:32
Picon
Gravatar

patch applied (ghc-6.10/haddock2): Increase the GHC upper bound from 6.11 to 6.13

Tue Sep 23 11:06:58 PDT 2008  Ian Lynagh <igloo <at> earth.li>
  * Increase the GHC upper bound from 6.11 to 6.13

    M ./haddock.cabal -1 +1

View patch online:
http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20080923180658-3fd76-aec13d6217e3b94b6525bb20351cc15cb33af5a9.gz
Ian Lynagh | 11 Jan 2009 16:32
Picon
Gravatar

patch applied (ghc-6.10/haddock2): TAG 2008-10-03

Fri Oct  3 08:56:58 PDT 2008  Ian Lynagh <igloo <at> earth.li>
  tagged 2008-10-03

View patch online:
http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20081003155658-3fd76-0c1d74d4d1bd70f558db528a1161f5850cc51eb0.gz
Ian Lynagh | 11 Jan 2009 16:32
Picon
Gravatar

patch applied (ghc-6.10/haddock2): Only load modules once when typechecking with GHC.

Wed Oct  8 05:29:50 PDT 2008  Thomas Schilling <nominolo <at> googlemail.com>
  * Only load modules once when typechecking with GHC.

  This still doesn't fix the memory leak since the typechecked source is
  retained and then processed separately.  To fix the leak, modules must
  be processed directly after typechecking.

    M ./src/Haddock/GHC/Typecheck.hs -33 +27

View patch online:
http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20081008122950-7c5c6-ab1a58bbd6baaec139d562e26e8b503e58291f8e.gz
Ian Lynagh | 11 Jan 2009 16:32
Picon
Gravatar

patch applied (ghc-6.10/haddock2): For source links, get original module from declaration name instead of environment.

Thu Oct  2 15:57:25 PDT 2008  David Waern <david.waern <at> gmail.com>
  * For source links, get original module from declaration name instead of environment.

  Getting it from the environment must have been a remnant from the
  times when we were using unqualified names (versions 0.x).

    M ./src/Haddock/Backends/Html.hs -7 +3

View patch online:
http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20081002225725-a762e-b953b963da9b6d7449037656b732f9ea1e28a5b4.gz

Gmane