Skip to content

Commit

Permalink
Merge pull request #2653 from commercialhaskell/snapshots-from-s3
Browse files Browse the repository at this point in the history
Download snapshots.json from S3
  • Loading branch information
mgsloan authored Oct 4, 2016
2 parents 8997b11 + 93c33c9 commit b39a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Config/Urls.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ urlsFromMonoid monoid =
(fromFirst defaultNightlyBuildPlans $ urlsMonoidNightlyBuildPlans monoid)
where
defaultLatestSnapshot =
"https://www.stackage.org/download/snapshots.json"
"https://s3.amazonaws.com/haddock.stackage.org/snapshots.json"
defaultLtsBuildPlans =
"https://raw.githubusercontent.com/fpco/lts-haskell/master/"
defaultNightlyBuildPlans =
Expand Down

0 comments on commit b39a070

Please sign in to comment.