From 890b3ff02589c2b1ae970f10f8009312feee6412 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2020 16:46:23 +0100 Subject: [PATCH] chore: add -fobject-code as ghci option --- ghci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghci.sh b/ghci.sh index ab5cf41bd..8fbb7aa1e 100755 --- a/ghci.sh +++ b/ghci.sh @@ -20,4 +20,4 @@ if [[ -d .stack-work-ghci ]]; then trap move-back EXIT fi -stack ghci --flag uniworx:dev --flag uniworx:library-only ${@:-uniworx:lib} +stack ghci --flag uniworx:dev --flag uniworx:library-only ${@:-uniworx:lib} --ghci-options -fobject-code