aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/fixtures/examples/linkInline.parsed
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-library/fixtures/examples/linkInline.parsed')
-rw-r--r--haddock-library/fixtures/examples/linkInline.parsed3
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-library/fixtures/examples/linkInline.parsed b/haddock-library/fixtures/examples/linkInline.parsed
index 43470d7b..fe771598 100644
--- a/haddock-library/fixtures/examples/linkInline.parsed
+++ b/haddock-library/fixtures/examples/linkInline.parsed
@@ -3,4 +3,5 @@ DocParagraph
(DocString "Bla ")
(DocHyperlink
Hyperlink
- {hyperlinkLabel = Just "link", hyperlinkUrl = "http://example.com"}))
+ {hyperlinkLabel = Just (DocString "link"),
+ hyperlinkUrl = "http://example.com"}))