From 7911524d43181ff72486e2fbcfa2a3e6f5d9278f Mon Sep 17 00:00:00 2001 From: cstml Date: Wed, 28 Jul 2021 15:42:39 +0100 Subject: [PATCH] bugfix: profiling --- cabal.project | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index c2ff3e4..f1d34bb 100644 --- a/cabal.project +++ b/cabal.project @@ -5,5 +5,6 @@ documentation: True haddock-html: True haddock-executables: True - -profiling: True \ No newline at end of file + +-- Making github actions fail. TODO: Fix. +--profiling: True \ No newline at end of file