diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-18 11:45:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-18 11:52:40 -0700 |
commit | 48f0e73c559505b23c90f59c9258c3b2c3011c6e (patch) | |
tree | 748c3c49dfdd4b07aaef0bf82eb93eac226b96dd /trypandoc | |
parent | daef5530b43d26de9590ac7f7ab4ef261a1c287e (diff) | |
download | pandoc-48f0e73c559505b23c90f59c9258c3b2c3011c6e.tar.gz |
Added Prelude imports to sources in benchmark and trypandoc.
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/trypandoc.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs index 5a4828877..a4c21e1f6 100644 --- a/trypandoc/trypandoc.hs +++ b/trypandoc/trypandoc.hs @@ -1,5 +1,7 @@ +{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} module Main where +import Prelude import Network.Wai.Handler.CGI import Network.Wai import Control.Applicative ((<$>)) |