From c3094c1332a876f60be7ce3b3fc7632259e30be9 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 5 Dec 2016 13:38:23 +0100 Subject: [PATCH] forgot changes in stack.yaml --- stack.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/stack.yaml b/stack.yaml index f77ef4c..a92608c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -5,9 +5,15 @@ resolver: lts-4.0 # Local packages, usually specified by relative directory name packages: -- '.' -- deps/yesod-auth-oauth2/ -- deps/eve-api/ +- location: . +- location: + git: https://github.com/Drezil/yesod-auth-oauth2.git + commit: 8412cb6c263b30f62c64a3be964448c09000f07c +- location: + git: https://github.com/Drezil/eve-api.git + commit: 5775b01785c684f27bb81a9d58cf2180205de3e5 +#- deps/yesod-auth-oauth2/ +#- deps/eve-api/ # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: []