Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal.git. Pull mirroring updated .
  1. Apr 15, 2014
  2. Apr 14, 2014
  3. Apr 13, 2014
  4. Apr 12, 2014
  5. Apr 11, 2014
  6. Apr 10, 2014
  7. Apr 09, 2014
  8. Apr 08, 2014
  9. Apr 07, 2014
  10. Apr 05, 2014
    • barmston's avatar
      Don't freeze non-required installed packages · ea2651c4
      barmston authored
      An InstallPlan contains installed packages in the package database which are
      not required to satisfy the dependencies of the user targets. To prevent
      including them in the frozen set of constraints, `Freeze.planPackages` uses
      `D.C.PackageIndex.dependencyClosure` to try and take the transitive closure of
      the package dependencies.
      
      Whilst it is possible for `pruneInstallPlan` to fail, only valid
      `InstallPlan`s are passed to it. If a failure does occur, we error.
      ea2651c4
  11. Apr 03, 2014
Loading