mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Switch to FP Complete Hackage mirror
This commit is contained in:
parent
a18f6a0317
commit
493c612cbd
@ -169,11 +169,7 @@ sourceHackageSdist name version = do
|
||||
HackageRoot root <- liftM getHackageRoot ask
|
||||
let url = concat
|
||||
[ root
|
||||
, "/"
|
||||
, toPathPiece name
|
||||
, "/"
|
||||
, toPathPiece version
|
||||
, "/"
|
||||
, "/package/"
|
||||
, toPathPiece name
|
||||
, "-"
|
||||
, toPathPiece version
|
||||
|
||||
@ -2,7 +2,7 @@ Default: &defaults
|
||||
host: "*4" # any IPv4 host
|
||||
port: 3000
|
||||
approot: "http://localhost:3000"
|
||||
hackage-root: http://hackage.haskell.org/packages/archive
|
||||
hackage-root: http://hackage.fpcomplete.com
|
||||
|
||||
Development:
|
||||
<<: *defaults
|
||||
|
||||
Loading…
Reference in New Issue
Block a user