From 86d6b202f231d5598aa51643c6b2818efc9e4f8d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 23 Oct 2024 03:45:37 +0200 Subject: [PATCH] build(Makefile): fix hoogle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0719f302a..7f4aa7bf3 100644 --- a/Makefile +++ b/Makefile @@ -182,7 +182,7 @@ well-known: static; --start-hoogle-backend: HOOGLE_PORT=`cat $(CONTAINER_FILE) | grep 'HOOGLE_PORT=' | sed 's/HOOGLE_PORT=//'` ; \ echo "${HOOGLE_PORT}" ; \ - stack --work-dir .stack-work-doc hoogle -- -server --local --port $${HOOGLE_PORT} + stack --work-dir=.stack-work-doc hoogle -- server --local --port $${HOOGLE_PORT} # HELP(compile-backend): compile backend --compile-backend: