aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/ConTeXt.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-02-07 19:02:35 +0100
committerGitHub <noreply@github.com>2021-02-07 10:02:35 -0800
commitd202f7eb77242bd2d9395b950b74fc9b22f9ae13 (patch)
tree640ec90a7f62e034f755eb1f21648194412ccfde /test/Tests/Writers/ConTeXt.hs
parentf7be8d09649a9337ea443defb1efcf68cf39aa44 (diff)
downloadpandoc-d202f7eb77242bd2d9395b950b74fc9b22f9ae13.tar.gz
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Diffstat (limited to 'test/Tests/Writers/ConTeXt.hs')
-rw-r--r--test/Tests/Writers/ConTeXt.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Tests/Writers/ConTeXt.hs b/test/Tests/Writers/ConTeXt.hs
index c747e5d2f..5c1c98d4e 100644
--- a/test/Tests/Writers/ConTeXt.hs
+++ b/test/Tests/Writers/ConTeXt.hs
@@ -1,8 +1,6 @@
-{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Tests.Writers.ConTeXt (tests) where
-import Prelude
import Data.Text (unpack, pack)
import Test.Tasty
import Test.Tasty.QuickCheck