37331c95ee
Former-commit-id: f48edd112fda9ca18549c14b25ba4972c06af1f7 Former-commit-id: d88c743d676c7fec0b1c534cf46f40f5323e4414 [formerly a58c7e86b8529b37bd8d1c4d4f3f142d7a4c2f8f] [formerly 00edbe33530d5552185e932df3decb667934fbea [formerly 2cb408b4b8916880a970aa08181776d921ffddcf [formerly 2cb408b4b8916880a970aa08181776d921ffddcf [formerly 2cb408b4b8916880a970aa08181776d921ffddcf [formerly 212f5c334f3c13ac92e4a6fbd400757ec427497a]]]]] Former-commit-id: 54f3eb45a49487556591273069bbf37a367f4d34 [formerly b17514d34f13d3358045efd3f029d11b23547efd] Former-commit-id: 8e678f066378736c2ac41fb651458b4678ee9b1d Former-commit-id: 708bae6c242142e5e6c535d17c1d1e416d4027f2 Former-commit-id: 1143044ff64c1c34ad3f55ebaa573f7d7106cc1b Former-commit-id: 7e655b8862101e06854b318d2953a21569a208f8 [formerly 78d4a1b6dd606925ac37728ac55914de6ca657fd] Former-commit-id: 4acde60cd8b99b19208f418d91c0ca0f917ef478
62 lines
1.9 KiB
YAML
62 lines
1.9 KiB
YAML
# This file was automatically generated by 'stack init'
|
|
#
|
|
# Some commonly used options have been documented as comments in this file.
|
|
# For advanced use and comprehensive documentation of the format, please see:
|
|
# https://docs.haskellstack.org/en/stable/yaml_configuration/
|
|
|
|
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
|
|
# A snapshot resolver dictates the compiler version and the set of packages
|
|
# to be used for project dependencies. For example:
|
|
#
|
|
# resolver: lts-3.5
|
|
# resolver: nightly-2015-09-21
|
|
# resolver: ghc-7.10.2
|
|
# resolver: ghcjs-0.1.0_ghc-7.10.2
|
|
# resolver:
|
|
# name: custom-snapshot
|
|
# location: "./custom-snapshot.yaml"
|
|
resolver: lts-16.25
|
|
|
|
# User packages to be built.
|
|
# Various formats can be used as shown in the example below.
|
|
#
|
|
# packages:
|
|
# - some-directory
|
|
# - https://example.com/foo/bar/baz-0.0.2.tar.gz
|
|
# - location:
|
|
# git: https://github.com/commercialhaskell/stack.git
|
|
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
|
|
# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
|
|
# subdirs:
|
|
# - auto-update
|
|
# - wai
|
|
packages:
|
|
- .
|
|
# Dependency packages to be pulled from upstream that are not in the resolver
|
|
# using the same syntax as the packages field.
|
|
# (e.g., acme-missiles-0.3)
|
|
extra-deps: [ ]
|
|
|
|
# Override default flag values for local packages and extra-deps
|
|
# flags: {}
|
|
|
|
# Extra package databases containing global packages
|
|
# extra-package-dbs: []
|
|
|
|
# Control whether we use the GHC we find on the path
|
|
# system-ghc: true
|
|
#
|
|
# Require a specific version of stack, using version ranges
|
|
# require-stack-version: -any # Default
|
|
# require-stack-version: ">=1.7"
|
|
#
|
|
# Override the architecture used by stack, especially useful on Windows
|
|
# arch: i386
|
|
# arch: x86_64
|
|
#
|
|
# Extra directories used by stack for building
|
|
# extra-include-dirs: [/path/to/dir]
|
|
# extra-lib-dirs: [/path/to/dir]
|
|
#
|
|
# Allow a newer minor version of GHC than the snapshot specifies
|
|
# compiler-check: newer-minor
|