forgot changes in stack.yaml

This commit is contained in:
Nicole Dresselhaus 2016-12-05 13:38:23 +01:00
parent 1986d410ce
commit c3094c1332
Signed by: Drezil
GPG Key ID: 057D94F356F41E25

View File

@ -5,9 +5,15 @@ resolver: lts-4.0
# Local packages, usually specified by relative directory name # Local packages, usually specified by relative directory name
packages: packages:
- '.' - location: .
- deps/yesod-auth-oauth2/ - location:
- deps/eve-api/ 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) # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps: [] extra-deps: []