summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--stack.yaml11
2 files changed, 3 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 8ee1bf9..cff7696 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1.stack-work 1.stack-work
2stack.yaml.lock
diff --git a/stack.yaml b/stack.yaml
index a46cf9b..1780079 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -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)
4resolver: lts-13.26 2resolver: lts-13.26
5 3
6# Local packages, usually specified by relative directory name
7packages: 4packages:
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)
15extra-deps: 6extra-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
19extra-package-dbs: [] 12extra-package-dbs: []