Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Feb 12, 2009
  2. Jan 21, 2009
  3. Oct 01, 2008
  4. Aug 11, 2008
    • Simon Marlow's avatar
      Add auto-generated CPP macros for package version testing · 2ee2c870
      Simon Marlow authored
      Now when using CPP you get 
      
         MIN_VERSION_<package>(A,B,C)
      
      for each <package> in build-depends, which is true if the version of
      <package> in use is >= A.B.C, using the normal ordering on version
      numbers.
      
      This is done by auto-generating a header file
      dist/build/autogen/cabal_macros.h, and passing a -include flag when
      running CPP.
      2ee2c870
  5. Aug 10, 2008
  6. Jul 31, 2008
  7. Jul 29, 2008
  8. May 20, 2008
    • Duncan Coutts's avatar
      Rename doc/fptools.css to avoid the ghc build system cleaning it · 1c916b3e
      Duncan Coutts authored
      The user guide gets built in two different ways. There's a target
      in Cabal's the top level Makefile and there is also the stuff that
      the ghc build system uses. The ghc build system expects to copy in
      doc/fptools.css and then delete it again on make clean. We want a
      persistent copy so that we can make the docs when we've just got a
      standalone Cabal build tree, so that's now kept as doc/Cabal.css.
      1c916b3e
  9. May 11, 2008
  10. May 09, 2008
  11. May 11, 2008
  12. May 01, 2008
  13. Mar 19, 2008
  14. Mar 18, 2008
  15. Mar 03, 2008
  16. Feb 29, 2008
  17. Feb 27, 2008
  18. Feb 25, 2008
  19. Feb 23, 2008
  20. Feb 11, 2008
  21. Feb 04, 2008
  22. Jan 30, 2008
  23. Jan 24, 2008
  24. Dec 28, 2007
  25. Dec 08, 2007
  26. Oct 26, 2007
  27. Oct 12, 2007
  28. Sep 12, 2007
  29. Sep 06, 2007
  30. Sep 03, 2007
    • Duncan Coutts's avatar
      Generalise build --ghc-option flag to --prog-option for any prog · 21437c67
      Duncan Coutts authored
      and remove makefile --ghc-option flag as it's not used (as far as I can see).
      It works generically by updating the ProgramConfiguration rather than the
      previous ad-hoc implementation. This feature is generally only useful for
      hackers who want to pass extra args to a progam during the build step
      (probably as a one-off) without having to reconfigure.
      21437c67
Loading