summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-31 22:55:14 -0400
committerAndrew Cady <d@jerkface.net>2020-05-31 22:55:14 -0400
commit8db46eec16aa128c5ba40104936c16b4b06866cb (patch)
tree5ecd632f7ada29f2e88c4e047ce3011a425dec05
parenta93ad8d097e73afccaf0e7c30fc98e1c07fa14c8 (diff)
update for newer stackHEADmaster
-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: []