diff options
author | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-14 16:21:42 -0400 |
---|---|---|
committer | Daniel Gnoutcheff <gnoutchd@softwarefreedom.org> | 2021-09-14 16:21:42 -0400 |
commit | ec43bfb689b5c251997a6593b69b55312597c5be (patch) | |
tree | abd50ff8f1d2101857fe6f1be3b9229afc5da070 /app | |
parent | c9c39eec5fdb959b05404edc2675746f66fb36e1 (diff) |
Fix memory leak
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 1 |
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) |