diff --git a/ChangeLog.md b/ChangeLog.md index 1ee52d93..cab576fb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ # Changelog for pantry +## v0.5.1.5 +* Switch back to hackage.haskell.org [#30](https://github.com/commercialhaskell/pantry/pull/30) + ## v0.5.1.4 * Allow building with persistent-2.11 [#28](https://github.com/commercialhaskell/pantry/pull/28) diff --git a/src/Pantry.hs b/src/Pantry.hs index 1858a0eb..eb9876a7 100644 --- a/src/Pantry.hs +++ b/src/Pantry.hs @@ -295,7 +295,7 @@ defaultHackageSecurityConfig = HackageSecurityConfig , "fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0" ] , hscKeyThreshold = 3 - , hscDownloadPrefix = "https://s3.amazonaws.com/hackage.fpcomplete.com/" + , hscDownloadPrefix = "https://hackage.haskell.org/" , hscIgnoreExpiry = False }