summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml21
1 files changed, 3 insertions, 18 deletions
diff --git a/stack.yaml b/stack.yaml
index e4f9de2..e25bad1 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,14 +1,14 @@
1# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md 1# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
2 2
3# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) 3# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
4resolver: lts-5.0 4resolver: lts-8.3
5 5
6# Local packages, usually specified by relative directory name 6# Local packages, usually specified by relative directory name
7packages: 7packages:
8- '.' 8- '.'
9- location: 9- location:
10 git: git@github.com:afcady/HSOpenSSL.git 10 git: git@github.com:afcady/HSOpenSSL.git
11 commit: 90679fb0e20514f915c90c0e27774867a30915df 11 commit: 99fc8cd8e1906c8e4426c51ecb32d3a04fd08a30
12 extra-dep: true 12 extra-dep: true
13- location: 13- location:
14 git: git@github.com:afcady/email-validate-hs.git 14 git: git@github.com:afcady/email-validate-hs.git
@@ -20,26 +20,11 @@ extra-deps:
20- yaml-config-0.3.0 20- yaml-config-0.3.0
21- failure-0.2.0.3 21- failure-0.2.0.3
22- posix-escape-0.1 22- posix-escape-0.1
23- wreq-0.5.0.0
23 24
24# Override default flag values for local packages and extra-deps 25# Override default flag values for local packages and extra-deps
25flags: 26flags:
26 HsOpenSSL: 27 HsOpenSSL:
27 fast-bignum: false 28 fast-bignum: false
28 29
29# Extra package databases containing global packages
30extra-package-dbs: [] 30extra-package-dbs: []
31
32# Control whether we use the GHC we find on the path
33# system-ghc: true
34
35# Require a specific version of stack, using version ranges
36# require-stack-version: -any # Default
37# require-stack-version: >= 1.0.0
38
39# Override the architecture used by stack, especially useful on Windows
40# arch: i386
41# arch: x86_64
42
43# Extra directories used by stack for building
44# extra-include-dirs: [/path/to/dir]
45# extra-lib-dirs: [/path/to/dir]