- Android 镜像使用帮助
- AUR 镜像使用帮助
- AdoptOpenJDK 镜像使用帮助
- CPAN 镜像使用帮助
- CRAN 镜像使用帮助
- CTAN 镜像使用帮助
- CocoaPods 镜像使用帮助
- OpenMediaVault 镜像使用帮助
- Alpine 镜像使用帮助
- Anaconda 镜像使用帮助
- AOSC OS(安同 OS)镜像使用帮助
- Arch4edu 镜像使用帮助
- Arch Linux 软件仓库镜像使用帮助
- Arch Linux ARM 软件仓库镜像使用帮助
- ArchlinuxCN 镜像使用帮助
- Bananian 镜像使用帮助
- GNU Binutils 和 GDB 等项目 Git 镜像使用帮助
- Bioconductor 镜像使用帮助
- CentOS 镜像使用帮助
- centos-altarch 镜像使用帮助
- centos-vault 镜像使用帮助
- CEPH 镜像安装帮助
- Chef APT/YUM 镜像使用帮助
- Chromium OS 镜像使用帮助
- Clickhouse 镜像使用帮助
- Rust crates.io 索引镜像使用帮助
- Cygwin 镜像使用帮助
- Pub 镜像安装帮助
- Debian 镜像使用帮助
- Docker Community Edition 镜像使用帮助
- ELPA 镜像使用帮助
- ELRepo 镜像使用帮助
- EPEL 镜像使用帮助
- F-Droid 镜像使用帮助
- Fedora 镜像使用帮助
- Flutter 镜像安装帮助
- Flutter SDK 源码镜像使用帮助
- GCC Git 镜像使用帮助
- Gentoo Linux 的镜像配置方法如下:
- Gentoo Prefix macOS 的镜像配置方法
- Git Repo 镜像使用帮助
- Gitlab Community Edition 镜像使用帮助
- Gitlab CI Multi Runner 镜像使用帮助
- Gitlab Runner 镜像使用帮助
- GNU C Library Git 镜像使用帮助
- Grafana 镜像帮助
- hackage 镜像使用帮助
- Homebrew / Linuxbrew 镜像使用帮助
- Homebrew-bottles 镜像使用帮助
- Hugging Face Model Hub 预训练模型镜像使用帮助
- Julia 镜像使用帮助
- Julia 二进制安装程序
- KiCad 镜像使用帮助
- Kubernetes 镜像使用帮助
- Lineage 介绍
- lineageOS 源代码镜像使用帮助
- Linux 固件仓库 Git 镜像使用帮助
- Linux Kernel Git 镜像使用帮助
- Linuxbrew-bottles 镜像使用帮助
- Linux Mint 镜像使用帮助
- LLVM Git 源码仓库镜像使用帮助(废弃)
- LLVM Git 源码仓库镜像使用帮助
- LXC Images 镜像帮助
- MariaDB 镜像使用帮助
- MongoDB 镜像使用帮助
- MSYS2 镜像使用帮助
- Mysql Community Edition 镜像使用帮助
- Nix 镜像使用帮助
- Nodejs Release 镜像使用帮助
- Nodesource 镜像使用帮助
- openSUSE 镜像使用帮助
- OpenTHOS 源代码镜像使用帮助
- OpenWRT (LEDE) 镜像使用帮助
- PHP 包仓库 Packagist 索引镜像使用帮助
- Proxmox 镜像使用帮助
- PyBOMBS 镜像使用帮助
- pypi 镜像使用帮助
- QEMU Git 镜像使用帮助
- Qubes OS 镜像使用帮助
- Raspbian 镜像使用帮助
- Archlinux repo-ck 镜像使用帮助
- Repoforge (原Rpmforge) 镜像使用帮助
- ROS 镜像使用帮助
- ROS2 镜像使用帮助
- RPMFusion 镜像使用帮助
- Ruby Gems 镜像使用帮助
- Rudder APT/YUM 镜像使用帮助
- Rustup 镜像安装帮助
- Solus 镜像使用帮助
- stackage 镜像使用帮助
- TensorFlow 镜像使用帮助
- Termux 镜像使用帮助
- tlpretest 镜像使用帮助
- Ubuntu 镜像使用帮助
- Ubuntu Ports 镜像使用帮助
- VirtualBox 镜像使用帮助
- Voidlinux 镜像使用帮助
- Git Repo 镜像使用帮助
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
hackage 镜像使用帮助
在cabal
中初次使用
先执行
cabal update
待生成~/.cabal/config
配置文件之后Ctrl+C
, 然后进行下一步。(注:在 Windows 平台上的配置文件是 %APPDATA%\cabal\config
)
Cabal ≥ 1.2.4 (GHC 8.0)
修改 ~/.cabal/config
,加入
repository mirrors.tuna.tsinghua.edu.cn
url: http://mirrors.tuna.tsinghua.edu.cn/hackage
为了访问速度,可以选择把官方仓库注释掉:
repository hackage.haskell.org
url: http://hackage.haskell.org/
-- secure: False
-- root-keys:
-- key-threshold:
Cabal < 1.2.4
修改~/.cabal/config
, 将此行
remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
注释掉,改为
remote-repo: mirrors.tuna.tsinghua.edu.cn:http://mirrors.tuna.tsinghua.edu.cn/hackage
-- remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive
注意,此处的注释是两条短线--
.
再执行cabal update
, 即可使用cabal
安装包了。
在 stack
中使用
本镜像推荐与 TUNA 的 Stackage 镜像配合使用。
stack >= v2.1.1
修改~/.stack/config.yaml
, 加上:
package-indices:
- download-prefix: http://mirrors.tuna.tsinghua.edu.cn/hackage/
hackage-security:
keyids:
- 0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d
- 1ea9ba32c526d1cc91ab5e5bd364ec5e9e8cb67179a471872f6e26f0ae773d42
- 280b10153a522681163658cb49f632cde3f38d768b736ddbc901d99a1a772833
- 2a96b1889dc221c17296fcc2bb34b908ca9734376f0f361660200935916ef201
- 2c6c3627bd6c982990239487f1abd02e08a02e6cf16edb105a8012d444d870c3
- 51f0161b906011b52c6613376b1ae937670da69322113a246a09f807c62f6921
- 772e9f4c7db33d251d5c6e357199c819e569d130857dc225549b40845ff0890d
- aa315286e6ad281ad61182235533c41e806e5a787e0b6d1e7eef3f09d137d2e9
- fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0
key-threshold: 3 # number of keys required
# ignore expiration date, see https://github.com/commercialhaskell/stack/pull/4614
ignore-expiry: no
stack < v2.1.1
修改~/.stack/config.yaml
, 加上:
package-indices:
- name: Tsinghua
download-prefix: http://mirrors.tuna.tsinghua.edu.cn/hackage/package/
http: http://mirrors.tuna.tsinghua.edu.cn/hackage/00-index.tar.gz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论