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