Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Feb 10, 2005
  2. Feb 05, 2005
  3. Feb 04, 2005
  4. 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
  5. Jan 31, 2005
  6. Jan 30, 2005
  7. 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
  8. Jan 28, 2005
  9. Jan 23, 2005
  10. Jan 22, 2005
  11. Jan 18, 2005
  12. Jan 17, 2005
Loading