From 1f7ceada64bd6293b185b1b0cc5a636e7068ca3d Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 16 May 2019 21:23:25 +0000 Subject: [PATCH] stack.yaml: List custom deps as extra-deps, not as packages --- stack.yaml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/stack.yaml b/stack.yaml index cd8aee0..e4b4f81 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,26 +8,27 @@ resolver: lts-12.20 # Local packages, usually specified by relative directory name packages: - . - - lib/darcs-lights - - lib/darcs-rev - - lib/ssh - - lib/hit-graph - - lib/hit-harder - - lib/hit-network - - lib/http-client-signature - - lib/http-signature - - lib/persistent-email-address - - lib/persistent-graph - - lib/persistent-migration - - lib/time-interval-aeson - - lib/yesod-http-signature - - lib/yesod-mail-send # Packages to be pulled from upstream that are not in the resolver (e.g., # acme-missiles-0.3) extra-deps: - git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account commit: 2d19eea0fae58897a02372a84cc48e7696a4e288 + - ./lib/darcs-lights + - ./lib/darcs-rev + - ./lib/ssh + - ./lib/hit-graph + - ./lib/hit-harder + - ./lib/hit-network + - ./lib/http-client-signature + - ./lib/http-signature + - ./lib/persistent-email-address + - ./lib/persistent-graph + - ./lib/persistent-migration + - ./lib/time-interval-aeson + - ./lib/yesod-http-signature + - ./lib/yesod-mail-send + - SimpleAES-0.4.2 - data-default-instances-bytestring-0.0.1 - esqueleto-2.7.0