Skip to content
  • Herbert Valerio Riedel's avatar
    Add `--index-state` support to `cabal get` · f10b7a28
    Herbert Valerio Riedel authored
    With this `cabal get` gains the ability to
    
     a) unpack and update with the .cabal revision which was
        active at the given index-state, as well as
    
     b) allow to unpack the most recent package version
        (while satisfying imposed version constraints) as of
        the given index-state
    
    The `--index-state` flag can be combined with `--pristine` if only b) is
    desired.
    f10b7a28