diff options
Diffstat (limited to 'tests/Tests/Writers/Docbook.hs')
-rw-r--r-- | tests/Tests/Writers/Docbook.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Tests/Writers/Docbook.hs b/tests/Tests/Writers/Docbook.hs index 97126b473..4543b26ad 100644 --- a/tests/Tests/Writers/Docbook.hs +++ b/tests/Tests/Writers/Docbook.hs @@ -1,6 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} module Tests.Writers.Docbook (tests) where +import Prelude import Test.Framework import Text.Pandoc.Builder import Text.Pandoc |