From ec43bfb689b5c251997a6593b69b55312597c5be Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Tue, 14 Sep 2021 16:21:42 -0400 Subject: Fix memory leak --- app/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Main.hs b/app/Main.hs index 4afb7fc..d327a80 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-full-laziness #-} module Main (main) where import Text.Pandoc hiding (handleError) -- cgit v1.2.3