diff options
Diffstat (limited to 'app/Main.hs')
-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) |