Skip to content
  • Duncan Coutts's avatar
    Add cabal install --reinstall flag · 9f72f58c
    Duncan Coutts authored
    to force reinstall of package where we have the exact same
    version already installed. Ordinarily we would say that
    there is nothing to do as the exact same package version
    is already installed. There are some cases where you might
    want to do this, eg to rebuild with different compiler
    options, or adding/removing components (since we do not
    track those indifidually yet, eg docs, profiling libs).
    9f72f58c