Changes between Version 3 and Version 4 of ConstraintSolving

Show
Ignore:
Timestamp:
03/18/13 12:16:17 (2 months ago)
Author:
benmachine
Comment:

link to github wiki page

Legend:

Unmodified
Added
Removed
Modified
  • ConstraintSolving

    v3 v4  
     1This page is also found on [https://github.com/haskell/cabal/wiki/Constraint-Solving the new GitHub wiki]. 
     2 
    13Trying to "finalise" a `GenericPackageDescription` to a `PackageDescription` can be seen as a constraint satisfaction problem. In this page we'll try to formalise the problem and give a translation of the problem into a constraint language. 
    24