在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):sol/tinc开源软件地址(OpenSource Url):https://github.com/sol/tinc开源编程语言(OpenSource Language):Haskell 58.1%开源软件介绍(OpenSource Introduction):tinc: A dependency manager for Haskell
gives you the exact same result as
If Optionally use Nix for package cachingBy default, However, it can optionally use nixpkgs for package caching.
If To change the default, you can set the environment variable
export TINC_USE_NIX=yes # use nix, even if not installed under /nix
export TINC_USE_NIX=no # do not use nix, even if installed under /nix If you want to install
inside this repository. Enabling plug-ins
Additional dependencies and dependencies from GitHubYou can specify additional dependencies in a file named dependencies:
# additional dependency from Hackage
- foo
# override version constraint in package.yaml
- foo == 0.1.0
# dependency from GitHub
- name: foo
github: owner/repo
ref: master
subdir: some-dir # optional subdirectory
# dependency from arbitrary Git repositories
- name: foo
git: http://...
ref: master
# local dependency (will use cabal sdist)
- name: foo
path: ../foo/ (Note: The accepted syntax for dependencies is the same as what is accepted in
Dependencies from You can also use |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论