Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Mar 17, 2010
  2. Jan 19, 2010
  3. Dec 30, 2009
  4. Dec 29, 2009
    • Duncan Coutts's avatar
      Revert the change to filter out deps of non-buildable components · 04dff517
      Duncan Coutts authored
      It does not work as intended and gives inconsistent results between
      cabal install and cabal configure. The problem with the approach was
      that we were filtering out the dependencies of non-buildable components
      at the end. But that does not help much since if one of the deps of
      the non-buildable component were not available then we would have
      failed earlier with a constraint failure. A proper solution would have
      to tackle it from the beginning, not just as a filter at the end.
      The meaning of build-depends and buildable: False needs more thought.
      04dff517
    • Duncan Coutts's avatar
      Silence warning about unused paramater · 485b2129
      Duncan Coutts authored
      485b2129
  5. Dec 28, 2009
  6. Dec 29, 2009
  7. Dec 28, 2009
  8. Dec 23, 2009
    • Duncan Coutts's avatar
      Simplify getInstalledPackages and callers · 6082b0fc
      Duncan Coutts authored
      No longer returns Maybe, we can find installed packages for all
      the compilers we support (and this feature is a requirement for
      support for new compilers).
      This is an API change so cannot merge to Cabal-1.8.x branch.
      6082b0fc
    • Duncan Coutts's avatar
      Implement support for hugs and nhc98 package databases · 42cf79ce
      Duncan Coutts authored
      That is, work out which packages are installed for hugs and nhc98.
      In both cases there is special support for the core packages.
      In future both should use the standard method when they supply
      proper installed package info files for the bundled libraries.
      42cf79ce
  9. Dec 22, 2009
  10. Dec 23, 2009
  11. Dec 16, 2009
  12. Dec 11, 2009
  13. Dec 02, 2009
  14. Dec 04, 2009
  15. Dec 02, 2009
  16. Dec 01, 2009
  17. Nov 29, 2009
  18. Nov 28, 2009
  19. Nov 20, 2009
  20. Nov 17, 2009
Loading