Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Feb 12, 2005
  2. Feb 11, 2005
    • Isaac Potoczny-Jones's avatar
      f214de07
    • Isaac Potoczny-Jones's avatar
      cvs pull from ross · edd436ab
      Isaac Potoczny-Jones authored
        add flags arguments to post-hooks, and have defaultUserHooks use postConf
        instead of preConf.
      
        changes to package description fields, as discussed on the libraries list:
        
        * allow both License and License-File, which now correspond to different
          fields of Package Description.
        
        * add Synopsis.
        
        * rename Hidden-Modules as Other-Modules.
      edd436ab
  3. Feb 10, 2005
  4. Feb 05, 2005
  5. Feb 04, 2005
  6. Feb 03, 2005
    • Isaac Potoczny-Jones's avatar
      4b590acd
    • Isaac Potoczny-Jones's avatar
      cvs pull from krasimir and ross, mostly hooks · a0f8fd4f
      Isaac Potoczny-Jones authored
        Move buildable, cc-options, ld-options, frameworks and hidden-modules
        fields into BuildInfo, so they can be overridden with local info.
        As a consequence executable-modules is replaced with hidden-modules.
        Perhaps other-modules would be a better name.
      
        No longer expect a name field at the head of the library stanza --
        it's redundant, and the pretty printer can't produce it.
      
        Another way to manage the mapping of component names to BuildInfo's
        would be to use the filesystem, i.e. look for <package>.buildinfo,
        <exename1>.buildinfo, <exename2>.buildinfo, etc, each parsing as a
        single BuildInfo.
      
        Change the postHook types
      
        Query system for "c:\Program Files"
      
        Add shell32 to extra-libs under Windows. It is required because
        SHGetFolderPath is called from Distribution.Simple.Configure now.
        
      a0f8fd4f
    • Isaac Potoczny-Jones's avatar
      makefile fix for Cabal.cabal · aba11125
      Isaac Potoczny-Jones authored
      aba11125
  7. Jan 31, 2005
  8. Jan 30, 2005
  9. Jan 29, 2005
    • Isaac Potoczny-Jones's avatar
      cvs pull, ross paterson · ca04d321
      Isaac Potoczny-Jones authored
       add options to configure for specifying paths of preprocessors
       (happy, alex, hsc2hs and cpphs), e.g. --with-happy=/bin/veryhappy
      
        buildHugs: add name_{HOST,TARGET}_{OS,ARCH} defines to cpp command line.
      
      ca04d321
  10. Jan 28, 2005
Loading