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]. 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/268790f5-ded3-41b2-a974-97269ea0f426%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
