mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add stackage-related stuff.
This commit is contained in:
parent
8ec9e83463
commit
d54d0e2468
|
|
@ -415,6 +415,10 @@
|
|||
"name": "slackwarearm",
|
||||
"desc": "用于 ARM 设备的 Slackware 发行版源代码和官方软件包仓库"
|
||||
},
|
||||
{
|
||||
"name": "stackage",
|
||||
"desc": "Haskell 项目管理器 stack 所需的元数据与 ghc 安装包的镜像"
|
||||
},
|
||||
{
|
||||
"name": "steamos",
|
||||
"desc": "Valve 开发的基于 Debian 的操作系统,包含安装镜像和官方软件包仓库"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
category: help
|
||||
layout: help
|
||||
mirrorid: stackage
|
||||
---
|
||||
|
||||
## stackage 镜像使用帮助
|
||||
|
||||
修改`~/.stack/config.yaml`(在 Windows 下是 `%APPDATA%\stack\config.yaml`), 加上:
|
||||
|
||||
```yaml
|
||||
setup-info: "http://mirrors.tuna.tsinghua.edu.cn/stackage/stack-setup.yaml"
|
||||
urls:
|
||||
latest-snapshot: http://mirrors.tuna.tsinghua.edu.cn/stackage/snapshots.json
|
||||
lts-build-plans: http://mirrors.tuna.tsinghua.edu.cn/stackage/lts-haskell/
|
||||
nightly-build-plans: http://mirrors.tuna.tsinghua.edu.cn/stackage/stackage-nightly/
|
||||
```
|
||||
|
||||
推荐与 TUNA 的 [Hackage 镜像](https://mirrors.tuna.tsinghua.edu.cn/help/hackage/)配合使用。
|
||||
|
|
@ -101,6 +101,7 @@ Disallow: /sagemath
|
|||
Disallow: /saltstack
|
||||
Disallow: /slackware
|
||||
Disallow: /slackwarearm
|
||||
Disallow: /stackage
|
||||
Disallow: /steamos
|
||||
Disallow: /tensorflow
|
||||
Disallow: /termux
|
||||
|
|
|
|||
Loading…
Reference in New Issue