From 51098d915078946bc4cbd97ac46863da13a93c44 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Aug 2022 11:07:03 +0100 Subject: [PATCH] dev: make ghci*: allow use of Debug.Breakpoint --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 98ccb6d93..3fe8f3a73 100644 --- a/Makefile +++ b/Makefile @@ -226,6 +226,7 @@ BUILDFLAGS=\ $(GHCLOWMEMFLAGS) $(CABALMACROSFLAGS) \ -DDEVELOPMENT \ -DVERSION="\"$(VERSION)\"" \ + -fplugin Debug.Breakpoint \ # -fhide-source-paths \ # PROFBUILDFLAGS:=-prof -fprof-auto -osuf hs_p