diff options
author | Andrew Cady <d@jerkface.net> | 2020-05-31 22:55:14 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2020-05-31 22:55:14 -0400 |
commit | 8db46eec16aa128c5ba40104936c16b4b06866cb (patch) | |
tree | 5ecd632f7ada29f2e88c4e047ce3011a425dec05 /stack.yaml | |
parent | a93ad8d097e73afccaf0e7c30fc98e1c07fa14c8 (diff) |
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,19 +1,12 @@ | |||
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 | |||
3 | # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) | ||
4 | resolver: lts-13.26 | 2 | resolver: lts-13.26 |
5 | 3 | ||
6 | # Local packages, usually specified by relative directory name | ||
7 | packages: | 4 | packages: |
8 | - '.' | 5 | - '.' |
9 | - location: | ||
10 | git: git@github.com:afcady/email-validate-hs.git | ||
11 | commit: 6b3d6d232fcddb4f398f7118251a951e26f7b81b | ||
12 | extra-dep: true | ||
13 | |||
14 | # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) | ||
15 | extra-deps: | 6 | extra-deps: |
16 | - posix-escape-0.1 | 7 | - posix-escape-0.1 |
17 | - yaml-config-0.4.0 | 8 | - yaml-config-0.4.0 |
9 | - git: https://github.com/afcady/email-validate-hs.git | ||
10 | commit: 6b3d6d232fcddb4f398f7118251a951e26f7b81b | ||
18 | 11 | ||
19 | extra-package-dbs: [] | 12 | extra-package-dbs: [] |