summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2017-08-11 20:33:49 -0400
committerAndrew Cady <d@jerkface.net>2017-08-11 20:33:49 -0400
commiteee68a2a22b9ff4963951cc447889fdfe84ad681 (patch)
treeac5b5dde43464fff31fcd2b59cddd9ee491bfb8a
parent4f4cf411f880c1344586690b2621bcab35970673 (diff)
bump stackage to lts-9.0
-rw-r--r--stack.yaml15
1 files changed, 2 insertions, 13 deletions
diff --git a/stack.yaml b/stack.yaml
index e25bad1..e27e481 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,30 +1,19 @@
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-8.3 4resolver: lts-9.0
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
11 commit: 99fc8cd8e1906c8e4426c51ecb32d3a04fd08a30
12 extra-dep: true
13- location:
14 git: git@github.com:afcady/email-validate-hs.git 10 git: git@github.com:afcady/email-validate-hs.git
15 commit: 6b3d6d232fcddb4f398f7118251a951e26f7b81b 11 commit: 6b3d6d232fcddb4f398f7118251a951e26f7b81b
16 extra-dep: true 12 extra-dep: true
17 13
18# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) 14# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
19extra-deps: 15extra-deps:
20- yaml-config-0.3.0
21- failure-0.2.0.3
22- posix-escape-0.1 16- posix-escape-0.1
23- wreq-0.5.0.0 17- yaml-config-0.4.0
24
25# Override default flag values for local packages and extra-deps
26flags:
27 HsOpenSSL:
28 fast-bignum: false
29 18
30extra-package-dbs: [] 19extra-package-dbs: []