Skip to content

Commit

Permalink
Put stackage snapshots JSON on S3 #380
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 23, 2015
1 parent a602577 commit 1539891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

* Remove GHC uncompressed tar file after installation [#376](https://github.com/commercialhaskell/stack/issues/376)
* Put stackage snapshots JSON on S3 [#380](https://github.com/commercialhaskell/stack/issues/380)

## 0.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion src/Stack/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ configFromConfigMonoid configStackRoot mproject ConfigMonoid{..} = do
configConnectionCount = fromMaybe 8 configMonoidConnectionCount
configHideTHLoading = fromMaybe True configMonoidHideTHLoading
configLatestSnapshotUrl = fromMaybe
"https://www.stackage.org/download/snapshots.json"
"https://s3.amazonaws.com/haddock.stackage.org/snapshots.json"
configMonoidLatestSnapshotUrl
configPackageIndices = fromMaybe
[PackageIndex
Expand Down

0 comments on commit 1539891

Please sign in to comment.