Skip to content
  • Duncan Coutts's avatar
    Refine the fix for requiring Cabal > 1.20 for Setup.hs · 86490508
    Duncan Coutts authored and Herbert Valerio Riedel's avatar Herbert Valerio Riedel committed
    Going along with the existing approach of using a constraint rather than
    altering the deps of custom Setup.hs scripts, but make the constraint
    only apply to Cabal instances that are dependencies of Setup.hs scripts
    not all instances of Cabal.
    
    Also rearrange things a little with a dedicated solver policy function
    for adding a min dep on Cabal versions for setup scripts.
    86490508