From 25a6f6cbcc333db1f580b436b3949e0aabc1302e Mon Sep 17 00:00:00 2001 From: Denis Tereshkin Date: Sat, 5 Jun 2021 19:45:26 +0700 Subject: [PATCH] Use local pontarius-xmpp --- stack.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index a9f6ad9..febfefe 100644 --- a/stack.yaml +++ b/stack.yaml @@ -37,6 +37,7 @@ packages: - . - ../libatrade - ../zeromq4-haskell-zap +- ../pontarius-xmpp # Dependency packages to be pulled from upstream that are not in the resolver # using the same syntax as the packages field. @@ -45,7 +46,8 @@ extra-deps: - datetime-0.3.1 - stringprep-1.0.0 - th-printf-0.7 -- pontarius-xmpp-0.5.6.4 +- lens-family-1.2.3 +- lens-family-core-1.2.3 # Override default flag values for local packages and extra-deps # flags: {}