aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/test/Documentation/Haddock
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-02-05 10:24:34 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2018-02-05 10:24:34 +0100
commit55bd7476bb28dc39fc7dea959fb75f81035d3600 (patch)
treeb899af34b68c11cf0c098888bf94195cc31b0901 /haddock-library/test/Documentation/Haddock
parentbeb5a37119e99b8d414ca8f5729e01af6b767e7e (diff)
Make test-suite SMP compatible
Diffstat (limited to 'haddock-library/test/Documentation/Haddock')
-rw-r--r--haddock-library/test/Documentation/Haddock/ParserSpec.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-library/test/Documentation/Haddock/ParserSpec.hs b/haddock-library/test/Documentation/Haddock/ParserSpec.hs
index b63ece92..c605e2c2 100644
--- a/haddock-library/test/Documentation/Haddock/ParserSpec.hs
+++ b/haddock-library/test/Documentation/Haddock/ParserSpec.hs
@@ -10,6 +10,8 @@ import Documentation.Haddock.Doc (docAppend)
import Test.Hspec
import Test.QuickCheck
+import Prelude hiding ((<>))
+
infixr 6 <>
(<>) :: Doc id -> Doc id -> Doc id
(<>) = docAppend