Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Mar 03, 2008
  2. Mar 04, 2008
  3. Mar 03, 2008
  4. Mar 02, 2008
  5. Mar 01, 2008
    • Lennart Kolmodin's avatar
      Implement --installed to 'cabal list' · cfcdcd7f
      Lennart Kolmodin authored
      Adding --installed to 'cabal list' will make it print only packages that are
      installed.
      cfcdcd7f
    • Lennart Kolmodin's avatar
      Improve 'cabal list' · 3e892f21
      Lennart Kolmodin authored
      Make the output of 'cabal list' prettier. 
      $ cabal list xmonad
       * xmonad
            Latest version available: 0.6
            Latest installed version: 0.6
            Homepage: http://xmonad.org
            Category: System
            Synopsis: A tiling window manager
            License:  BSD3
       * xmonad-contrib ...[snip]
      Very much like the gentoo tools eix and esearch.
      This targets part of ticket #235. It still does not show packages that are
      installed but not available.
      3e892f21
  6. Feb 29, 2008
  7. Feb 28, 2008
  8. Feb 27, 2008
    • Duncan Coutts's avatar
      Take nub by package id when making a dep graph · ad696713
      Duncan Coutts authored
      and give more detailed error messages for internal error conditions.
      Fixes a problem where installing a set of packages where several depended
      on the same package would give us a ResolvedDependency list containing
      multiple copies of that package. The DepGraph was expecting unique packages.
      Resolving package deps and generating install plans needs more thought
      and better specified invariants.
      ad696713
  9. Feb 25, 2008
  10. Feb 24, 2008
  11. Feb 23, 2008
  12. Feb 22, 2008
  13. Feb 21, 2008
  14. Feb 20, 2008
  15. Feb 15, 2008
  16. Feb 13, 2008
  17. Feb 11, 2008
  18. Feb 10, 2008
  19. Jan 20, 2008
  20. Jan 19, 2008
Loading