File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313* Specifying test components only builds/runs those tests [ #398 ] ( https://github.com/commercialhaskell/stack/issues/398 )
1414* ` STACK_EXE ` environment variable
1515* Add the ` stack dot ` command
16+ * ` stack upgrade ` added [ #237 ] ( https://github.com/commercialhaskell/stack/issues/237 )
1617
1718Bug fixes:
1819
Original file line number Diff line number Diff line change @@ -45,9 +45,8 @@ upgrade fromGit mresolver = withSystemTempDirectory "stack-upgrade" $ \tmp' -> d
4545 ]
4646 Nothing
4747 return $ tmp </> $ (mkRelDir " stack" )
48- -- Stack.PackageIndex.updateAllIndices menv
4948 else do
50- -- updateAllIndices menv
49+ updateAllIndices menv
5150 caches <- getPackageCaches menv
5251 let latest = Map. fromListWith max
5352 $ map toTuple
You can’t perform that action at this time.
0 commit comments