Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 16, 2005
  2. Jul 15, 2005
  3. Jul 14, 2005
  4. Jul 06, 2005
  5. Jun 28, 2005
    • Isaac Potoczny-Jones's avatar
      added dist.compiler, from ross · 9ef9613b
      Isaac Potoczny-Jones authored
      9ef9613b
    • Isaac Potoczny-Jones's avatar
      prof-options -> ghc-prof-options · c9f5b086
      Isaac Potoczny-Jones authored
      c9f5b086
    • Isaac Potoczny-Jones's avatar
      wibble 2 · fb62323b
      Isaac Potoczny-Jones authored
      fb62323b
    • Isaac Potoczny-Jones's avatar
      wibble · 053e16b6
      Isaac Potoczny-Jones authored
      053e16b6
    • Isaac Potoczny-Jones's avatar
      1890ad12
    • Isaac Potoczny-Jones's avatar
      f02d20f4
    • 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
  6. Jun 09, 2005
  7. May 30, 2005
  8. Jun 04, 2005
  9. May 27, 2005
  10. May 30, 2005
  11. Jun 04, 2005
  12. May 17, 2005
  13. May 16, 2005
  14. May 15, 2005
    • Isaac Potoczny-Jones's avatar
      fixed bug: executable build location had changed · a39f6589
      Isaac Potoczny-Jones authored
      Since we don't have hs-source-dir anymore, the location for building
      executables had changed.  However, install was still looking in the
      old location.  Fixed this.
      
      Fixed another bug where hs-source-dir for executables was [".","."]
      where this duplication caused a problem in locating the Main module.
      Not sure quite where this came from, but now for combining fields, we
      always nub, so this should be a robust fix.
      
      Fixed build failures in testing code.
      a39f6589
    • Isaac Potoczny-Jones's avatar
      hs-source-dirs, other-files · cffc027b
      Isaac Potoczny-Jones authored
      Krasimir:
        added hs-source-dirs (ross added docs)
      
        Add other-files field to PackageDescription. This is a list files
        which belong to the package but aren't compiled. These files are
        copied and packaged from sdist command.
      
      Ross:
        fixes to buildHugs and sdist after hs-source-dirs changes.
        
        Also simplified smartCopySources a bit.
      
        document sdist and new other-files field.
      cffc027b
  15. May 12, 2005
  16. May 10, 2005
Loading