[commit: ghc] wip/nfs-locking: Add shake-0.15.6 to stack extra-deps (028ef28)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:55:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/028ef285adb1b4c4ada79c1ec2ee891e240b0c59/ghc
>---------------------------------------------------------------
commit 028ef285adb1b4c4ada79c1ec2ee891e240b0c59
Author: Moritz Kiefer <moritz.kiefer at purelyfunctional.org>
Date: Fri Apr 22 18:24:35 2016 +0200
Add shake-0.15.6 to stack extra-deps
>---------------------------------------------------------------
028ef285adb1b4c4ada79c1ec2ee891e240b0c59
stack.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/stack.yaml b/stack.yaml
index 0772c76..0d8809b 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,7 +8,8 @@ packages:
- '.'
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
-extra-deps: []
+extra-deps:
+- shake-0.15.6
# Override default flag values for local packages and extra-deps
flags: {}
More information about the ghc-commits
mailing list