aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Markdown.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Writers/Markdown.hs')
-rw-r--r--test/Tests/Writers/Markdown.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Writers/Markdown.hs b/test/Tests/Writers/Markdown.hs
index 7f9ac3627..533be268a 100644
--- a/test/Tests/Writers/Markdown.hs
+++ b/test/Tests/Writers/Markdown.hs
@@ -1,7 +1,9 @@
+{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
module Tests.Writers.Markdown (tests) where
+import Prelude
import Data.Text (unpack)
import Test.Tasty
import Tests.Helpers