Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Oct 02, 2014
  2. Jul 06, 2014
  3. Apr 15, 2014
  4. Dec 17, 2013
  5. Nov 16, 2012
  6. Apr 22, 2012
  7. Oct 23, 2011
  8. Jun 19, 2011
  9. Oct 11, 2008
  10. Oct 10, 2008
  11. Oct 09, 2008
  12. Aug 24, 2008
  13. Jun 25, 2008
  14. Jun 12, 2008
  15. Mar 19, 2008
  16. Sep 06, 2007
  17. Oct 09, 2006
  18. Sep 13, 2005
  19. Jul 16, 2005
  20. Jul 15, 2005
  21. Jul 06, 2005
  22. Jun 28, 2005
    • Isaac Potoczny-Jones's avatar
      lots of changes, mostly from ross · 454e0e9d
      Isaac Potoczny-Jones authored
        documentation updates from ross paterson
        - more accurate specification of package names
        - hs-source-dir -> hs-source-dirs in examples
        - setup clean removes a bit more
        - rearrange description of fields
      
        Version.hs: allow more spaces in version constraints
      
        Install.hs: add the exe extension when installing executables (reported by Brian Smith)
       
        test directory: add explicit dependencies on base
      
        Misc:
        Prefix error messages and warnings with the program name, and send them
        to stderr.  (Also moved some stuff from Distribution.Simple.Utils to
        Distribution.Simple.Build to avoid circular dependencies.)
      
        refactoring only: split Compiler type from Distribution.Setup,
        to reduce dependencies.
      
        Exclude DefaultSetup.lhs from the GHC build
      
        add JHC to the Compiler type
      
        refactored argument processing
      
        setup sdist --snapshot: append YYYYMMDD to the version for the bundle
      
        improved error messages (from Brian Smith):
        
        * attach source locations to messages when available
        
        * change some remaining error's do die.
      
        refactor defaultMainWorker
      
        split Distribution.Extension between Language.Haskell.Extension (just
        the type, which will also be useful when haskell-src-exts is merged)
        and Distribution.Compiler (mappings to compiler options).
      
        add Language.Haskell.Extension
      
        Simon marlow:  update defaults for prefix/libdir/bindir
      
      454e0e9d
  23. Jan 17, 2005
  24. Jan 10, 2005
  25. Dec 07, 2004
  26. Aug 24, 2004
  27. Aug 23, 2004
  28. Aug 10, 2004
  29. Jun 17, 2004
Loading