summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-06 18:21:44 -0400
committerAndrew Cady <d@jerkface.net>2018-06-06 18:21:44 -0400
commit44165479ea41d8ce82d5badebb9534cb57c8fdd8 (patch)
tree89ca928c9e62db3138307ecad13abcb232550006
parentd2fb613ff61d3a8177736f55360ccd08952afc74 (diff)
add stack.yaml
-rw-r--r--stack.yaml38
1 files changed, 7 insertions, 31 deletions
diff --git a/stack.yaml b/stack.yaml
index e2280624..28eebee9 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,35 +1,11 @@
1# This file was automatically generated by stack init 1resolver: lts-10.10
2# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
3
4# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
5resolver: lts-5.4
6
7# Local packages, usually specified by relative directory name
8packages: 2packages:
9- '.' 3- '.'
10# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) 4- '../sensible-directory'
11extra-deps: [] 5- '../bencoding'
12 6- '../base32-bytestring'
13# Override default flag values for local packages and extra-deps
14flags: {} 7flags: {}
15
16# Extra package databases containing global packages
17extra-package-dbs: [] 8extra-package-dbs: []
18 9extra-deps:
19# Control whether we use the GHC we find on the path 10- cryptonite-0.23
20# system-ghc: true 11- reference-0.1
21
22# Require a specific version of stack, using version ranges
23# require-stack-version: -any # Default
24# require-stack-version: >= 1.0.0
25
26# Override the architecture used by stack, especially useful on Windows
27# arch: i386
28# arch: x86_64
29
30# Extra directories used by stack for building
31# extra-include-dirs: [/path/to/dir]
32# extra-lib-dirs: [/path/to/dir]
33
34# Allow a newer minor version of GHC than the snapshot specifies
35# compiler-check: newer-minor