Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/haddock. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 08, 2006
  2. Jan 23, 2006
  3. Oct 29, 2005
    • simonmar's avatar
      Add configure script and Makefile for the docs · 766cecdd
      simonmar authored
      Add a separate configure script and build system for building the
      documentation.  The configure and Makefile code is stolen from
      fptools.  This is left as a separate build system so that the main
      Cabal setup doesn't require a Unix build environment or DocBook XML
      tools.
      766cecdd
  4. Oct 05, 2005
  5. May 18, 2005
  6. Feb 23, 2005
  7. Feb 04, 2005
  8. Jan 13, 2005
  9. Aug 26, 2004
    • panne's avatar
      [haddock @ 2004-08-26 20:08:49 by panne] · 4b1b42ea
      panne authored
      SGML is dead, long live DocBook XML!
      
      Note: The BuildRequires tags in the spec files are still incomplete
      and the documentation about the DocBook tools needs to be updated,
      too. Stay tuned...
      4b1b42ea
  10. Aug 18, 2004
  11. Aug 16, 2004
  12. Aug 02, 2004
  13. Jul 31, 2004
  14. May 07, 2004
  15. Mar 27, 2004
  16. Mar 18, 2004
  17. Jan 09, 2004
  18. Jan 08, 2004
  19. Nov 06, 2003
  20. Nov 05, 2003
    • simonmar's avatar
      [haddock @ 2003-11-05 17:16:04 by simonmar] · 1a7ccb86
      simonmar authored
      Support for generating a single unified index for several packages.
      
        --use-index=URL  turns off normal index generation, causes Index
       		   links to point to URL.
      
        --gen-index      generates an combined index from the specified
                         interfaces.
      
      Currently doesn't work exactly right, because the interfaces don't
      contain the iface_reexported info.  I'll need to fix that up.
      1a7ccb86
    • simonmar's avatar
      [haddock @ 2003-11-05 11:30:52 by simonmar] · 33a78846
      simonmar authored
      - Suppress warnings about unknown imported modules by default.
      - Add a -v/--verbose flag to re-enable these warnings.
      
      The general idea is to suppress the "Warning: unknown module: Prelude"
      warnings which most Haddock users will see every time, and which
      aren't terribly useful.
      33a78846
  21. Sep 22, 2003
  22. Aug 27, 2003
    • panne's avatar
      [haddock @ 2003-08-27 07:50:02 by panne] · e6577265
      panne authored
      * Made -D a short option for --dump-interface.
      * Made -m a short option for --ms-help.
      * Made -n a short option for --no-implicit-prelude.
      * Made -c a short option for --css.
      * Removed DocBook options from executable (they didn't do anything),
        but mark them as reserved in the docs. Note that the short option
        for DocBook output is now -S (from SGML) instead of -d. The latter
        is now a short option for --debug.
      * The order of the Options in the documentation now matches the order
        printed by Haddock itself.
      
      Note: Although changing the names of options is often a bad idea, I'd
      really like to make the options for the programs in fptools more
      consistent and compatible to the ones used in common GNU programs.
      e6577265
  23. Aug 26, 2003
    • panne's avatar
      [haddock @ 2003-08-26 19:01:18 by panne] · 32e889cb
      panne authored
      Made option handling a bit more consistent with other tools, in
      particular: Every program in fptools should output
         * version info on stdout and terminate successfully when -V or --version
         * usage info on stdout and terminate successfully when -? or --help
         * usage info on stderr and terminate unsuccessfully when an unknown option
      is given.
      32e889cb
  24. Jul 28, 2003
  25. Jul 23, 2002
  26. Jul 15, 2002
  27. Jul 10, 2002
  28. Jun 03, 2002
  29. May 29, 2002
  30. May 15, 2002
  31. May 13, 2002
  32. May 09, 2002
  33. May 03, 2002
  34. Apr 26, 2002
  35. Apr 25, 2002
Loading