From 48f0e73c559505b23c90f59c9258c3b2c3011c6e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 18 Mar 2018 11:45:25 -0700 Subject: Added Prelude imports to sources in benchmark and trypandoc. --- benchmark/weigh-pandoc.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmark/weigh-pandoc.hs') diff --git a/benchmark/weigh-pandoc.hs b/benchmark/weigh-pandoc.hs index d3cada8c0..efc446404 100644 --- a/benchmark/weigh-pandoc.hs +++ b/benchmark/weigh-pandoc.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE NoImplicitPrelude #-} +import Prelude import Weigh import Text.Pandoc import Data.Text (Text) -- cgit v1.2.3