Skip to content

Instantly share code, notes, and snippets.

@sighingnow
Created December 26, 2016 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sighingnow/aef60eb1032521582809882a632a201e to your computer and use it in GitHub Desktop.
Save sighingnow/aef60eb1032521582809882a632a201e to your computer and use it in GitHub Desktop.
Personal stack global configuration.
# 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: sighingnow@gmail.com
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 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