Skip to content

Commit 2b2f95c

Browse files
committed
Mention stack upgrade in ChangeLog
1 parent 4fb03ff commit 2b2f95c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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

1718
Bug fixes:
1819

src/Stack/Upgrade.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)