From 007f2eba1507f01b25a7108ee34c5dc7d122d84e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 18 Jun 2024 08:41:01 +0100 Subject: [PATCH] ;tools: just ghci: -fobject-code was a mistake, keep everything interpreted Note: stack clean --full wasn't enough to reset things after removing this flag, rm `fd -e o -e hi` was needed. --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index e7836f601..c19d1a698 100644 --- a/Justfile +++ b/Justfile @@ -342,7 +342,7 @@ TESTING: # run ghci on hledger-lib + hledger @ghci *GHCIARGS: - $STACKGHCI exec -- $GHCI $BUILDFLAGS -fobject-code {{ GHCIARGS }} hledger/Hledger/Cli.hs + $STACKGHCI exec -- $GHCI $BUILDFLAGS {{ GHCIARGS }} hledger/Hledger/Cli.hs # run ghci on hledger-lib + hledger with profiling/call stack information @ghci-prof *GHCIARGS: