Created
December 26, 2016 15:02
-
-
Save sighingnow/aef60eb1032521582809882a632a201e to your computer and use it in GitHub Desktop.
Personal stack global configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains default non-project-specific settings for 'stack', used | |
# in all projects. For more information about stack's configuration, see | |
# http://docs.haskellstack.org/en/stable/yaml_configuration.html | |
# | |
# {} | |
package-indices: | |
- require-hashes: false | |
gpg-verify: false | |
name: TUNA | |
# git: https://github.com/commercialhaskell/all-cabal-hashes.git | |
http: https://mirrors.tuna.tsinghua.edu.cn/hackage/00-index.tar.gz | |
download-prefix: https://mirrors.tuna.tsinghua.edu.cn/hackage/package/ | |
arch: x86_64 | |
modify-code-page: true | |
templates: | |
params: | |
author-name: Tao He | |
author-email: [email protected] | |
copyright: 'Copyright: (c) 2016 He Tao' | |
category: Simple | |
year: '2016' | |
github-username: sighingnow | |
with-gcc: D:/MinGW/bin/gcc.exe | |
ghc-options: | |
"*": -Wall | |
allow-newer: true | |
build: | |
library-profiling: true | |
executable-profiling: false | |
haddock: true | |
urls: | |
latest-snapshot: https://www.stackage.org/download/snapshots.json | |
lts-build-plans: https://raw.githubusercontent.com/fpco/lts-haskell/master/ | |
nightly-build-plans: https://raw.githubusercontent.com/fpco/stackage-nightly/master/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the implicit global project's config file, which is only used when | |
# 'stack' is run outside of a real project. Settings here do _not_ act as | |
# defaults for all projects. To change stack's default settings, edit | |
# '/home/vagrant/.stack/config.yaml' instead. | |
# | |
# For more information about stack's configuration, see | |
# http://docs.haskellstack.org/en/stable/yaml_configuration.html | |
# | |
flags: {} | |
packages: [] | |
extra-deps: [] | |
extra-package-dbs: [] | |
package-indices: | |
- require-hashes: false | |
gpg-verify: false | |
name: TUNA | |
http: https://mirrors.tuna.tsinghua.edu.cn/hackage/00-index.tar.gz | |
download-prefix: https://mirrors.tuna.tsinghua.edu.cn/hackage/package/ | |
resolver: lts-7.9 | |
arch: x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment