diff options
Diffstat (limited to 'test/Tests/Helpers.hs')
-rw-r--r-- | test/Tests/Helpers.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Tests/Helpers.hs b/test/Tests/Helpers.hs index 2ada79475..c9ee6d206 100644 --- a/test/Tests/Helpers.hs +++ b/test/Tests/Helpers.hs @@ -1,7 +1,6 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE FlexibleInstances #-} -{-# LANGUAGE TypeSynonymInstances #-} {- | Module : Tests.Helpers Copyright : © 2006-2020 John MacFarlane @@ -104,7 +103,7 @@ findPandoc = do -- cabalv1 "test-pandoc" : "build" : ps -> joinPath (reverse ps) </> "build" </> "pandoc" - _ -> error $ "findPandoc: could not find pandoc executable" + _ -> error "findPandoc: could not find pandoc executable" let pandocPath = pandocDir </> "pandoc" #ifdef _WINDOWS <.> "exe" |