Skip to content
  • Duncan Coutts's avatar
    Use accurate per-component package deps · 94a08f98
    Duncan Coutts authored
    Based on an original patch by Stephen Blackheath
    Previously each component got built using the union of all package
    deps of all components in the entire package. Now we use exactly the
    deps specified for that component. To prevent breaking old packages
    that rely on the sloppy behaviour, package will only get the new
    behaviour if they specify they need at least cabal-version: >= 1.7.1
    94a08f98