diff --git a/src/Stack/Ls.hs b/src/Stack/Ls.hs index de8f3c03e9..c3e872d65b 100644 --- a/src/Stack/Ls.hs +++ b/src/Stack/Ls.hs @@ -223,7 +223,7 @@ handleRemote lsOpts = do LsStyles _ -> pure () LsTools _ -> pure () where - urlInfo = "https://www.stackage.org/snapshots" + urlInfo = "https://www.stackage.org/api/v1/snapshots" -- | Function underlying the @stack ls@ command. lsCmd :: LsCmdOpts -> RIO Runner ()