Yes the second one worked, thanks. -- Rob
On Friday, 18 November 2016 12:20:16 UTC, Michael Snoyman wrote: > > Actually, you probably want to stick to the second one to avoid dependency > problems. > > On Fri, Nov 18, 2016, 2:19 PM Michael Snoyman <[email protected] > <javascript:>> wrote: > >> stack install cabal-install-1.24.1.0 >> >> Or >> >> stack --resolver nightly --install-ghc install cabal-install >> >> On Fri, Nov 18, 2016, 2:02 PM Rob Stewart <[email protected] >> <javascript:>> wrote: >> >>> Hi, >>> >>> I'd like to update my cabal-install to 1.24.1.0 . Here's my setup: >>> >>> $ cabal --version >>> cabal-install version 1.22.9.0 >>> >>> $ which cabal >>> /home/rob/.local/bin/cabal >>> >>> $ stack install cabal-install >>> .. >>> Copied executables to /home/rob/.local/bin: >>> - cabal >>> >>> But that's not 1.24.1.0, it's still 1.22.9.0. What stack options should >>> I be using to say: "obtain the latest package from hackage, and build and >>> install the executable from that latest version"? >>> >>> -- >>> Rob >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "haskell-stack" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/haskell-stack/268790f5-ded3-41b2-a974-97269ea0f426%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/haskell-stack/268790f5-ded3-41b2-a974-97269ea0f426%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- You received this message because you are subscribed to the Google Groups "haskell-stack" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/2580cd9a-cd94-4121-8592-c0a2ae240d77%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
