summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gnoutcheff <gnoutchd@softwarefreedom.org>2021-09-14 16:21:42 -0400
committerDaniel Gnoutcheff <gnoutchd@softwarefreedom.org>2021-09-14 16:21:42 -0400
commitec43bfb689b5c251997a6593b69b55312597c5be (patch)
treeabd50ff8f1d2101857fe6f1be3b9229afc5da070
parentc9c39eec5fdb959b05404edc2675746f66fb36e1 (diff)
Fix memory leak
-rw-r--r--app/Main.hs1
1 files changed, 1 insertions, 0 deletions
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)