Skip to content

Commit

Permalink
Merge pull request #30 from martijnbastiaan/hackage-haskell-org
Browse files Browse the repository at this point in the history
Switch back to hackage.haskell.org
  • Loading branch information
snoyberg authored Jan 22, 2021
2 parents 31c74b2 + 90fce18 commit 62296e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Pantry.hs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ defaultHackageSecurityConfig = HackageSecurityConfig
, "fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0"
]
, hscKeyThreshold = 3
, hscDownloadPrefix = "https://s3.amazonaws.com/hackage.fpcomplete.com/"
, hscDownloadPrefix = "https://hackage.haskell.org/"
, hscIgnoreExpiry = False
}

Expand Down

0 comments on commit 62296e3

Please sign in to comment.