diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | stack.yaml | 11 |
2 files changed, 3 insertions, 9 deletions
@@ -1 +1,2 @@ | |||
1 | .stack-work | 1 | .stack-work |
2 | stack.yaml.lock | ||
@@ -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: [] |