Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Sep 10, 2020
  2. Sep 03, 2020
  3. Jul 21, 2020
  4. Jul 20, 2020
  5. Jul 19, 2020
  6. Jul 16, 2020
  7. Sep 05, 2016
  8. Jun 19, 2011
  9. Mar 28, 2011
  10. Jan 30, 2011
  11. Jan 09, 2011
  12. Dec 04, 2010
  13. Oct 10, 2010
  14. Aug 11, 2010
  15. Oct 10, 2010
  16. Sep 26, 2010
  17. Jun 11, 2010
  18. Apr 11, 2010
  19. Mar 17, 2010
  20. Jun 14, 2009
  21. Jun 10, 2009
  22. Apr 04, 2009
  23. Mar 29, 2009
  24. Mar 24, 2009
  25. Feb 19, 2009
  26. Feb 12, 2009
  27. Jan 21, 2009
  28. Oct 01, 2008
  29. 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
  30. Aug 10, 2008
  31. Jul 31, 2008
  32. Jul 29, 2008
Loading