Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Mar 12, 2005
  2. Feb 26, 2005
    • Isaac Potoczny-Jones's avatar
      cvs pull · 09acfdc4
      Isaac Potoczny-Jones authored
      some haddock fixes
      updates to the manual (from ross):
        make copyright, maintainer and synopsis optional again.
        document required fields, plus a few assorted tweaks.
      09acfdc4
  3. Feb 22, 2005
    • Isaac Potoczny-Jones's avatar
      implemented check for required fields · 6544e5e5
      Isaac Potoczny-Jones authored
      As described in message to libraries@, except that because of the way
      the parser is structured, I can't check for an altogether missing
      license.  Instead I warn if they say AllRightsReserved.
      6544e5e5
    • Isaac Potoczny-Jones's avatar
      cvs pull · 5663ef6b
      Isaac Potoczny-Jones authored
      krasimir: {un}register.bat
      ross: small doc fixes, and {un}register.bat docs
            added verbosity to defaultUserHooks
      5663ef6b
  4. Feb 20, 2005
  5. Feb 19, 2005
  6. Feb 18, 2005
    • Isaac Potoczny-Jones's avatar
      cvs pull from Simon Marlow · 1658ad8b
      Isaac Potoczny-Jones authored
        Clean up parsing & pretty-printing.
        
        Most list fields now have consistent syntax:
        
          - commas are optional
          - each element of the list is either
        	- a sequence of one or more non-space non-comma characters
        	- a quoted string in Haskell 98 lexical syntax
        
        The build-depends field still requires commas, because the elements
        can contain whitespace.
        
        I merged fieldGet/fieldShow in StanzaField into a single field for
        simplicity.
      1658ad8b
    • Isaac Potoczny-Jones's avatar
      1f074e16
  7. Feb 16, 2005
  8. Feb 15, 2005
  9. Feb 14, 2005
  10. Feb 13, 2005
Loading