diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-02-07 19:02:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 10:02:35 -0800 |
commit | d202f7eb77242bd2d9395b950b74fc9b22f9ae13 (patch) | |
tree | 640ec90a7f62e034f755eb1f21648194412ccfde /trypandoc | |
parent | f7be8d09649a9337ea443defb1efcf68cf39aa44 (diff) | |
download | pandoc-d202f7eb77242bd2d9395b950b74fc9b22f9ae13.tar.gz |
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/trypandoc.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/trypandoc/trypandoc.hs b/trypandoc/trypandoc.hs index 9a53aa18c..810752afa 100644 --- a/trypandoc/trypandoc.hs +++ b/trypandoc/trypandoc.hs @@ -1,4 +1,3 @@ -{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {- | Module : Main @@ -12,7 +11,6 @@ Provides a webservice which allows to try pandoc in the browser. -} module Main where -import Prelude import Network.Wai.Handler.CGI import Network.Wai import Control.Applicative ((<$>)) |