Skip to content

Commit

Permalink
s/hackage.haskell.org/Hackage for clarity #227
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 9, 2015
1 parent 4e9a02b commit 4315d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Config.hs
Expand Up @@ -148,7 +148,7 @@ configFromConfigMonoid configStackRoot mproject ConfigMonoid{..} = do
configMonoidLatestSnapshotUrl
configPackageIndices = fromMaybe
[PackageIndex
{ indexName = IndexName "hackage.haskell.org"
{ indexName = IndexName "Hackage"
, indexLocation = ILGitHttp
"https://github.com/commercialhaskell/all-cabal-hashes.git"
"https://s3.amazonaws.com/hackage.fpcomplete.com/00-index.tar.gz"
Expand Down

0 comments on commit 4315d4f

Please sign in to comment.