From 9134cfa51b84cdbf81f9ac646b5e6d0f6f31bb60 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 23 Dec 2024 21:49:32 -0500 Subject: [PATCH] ... --- changelog.d/pr-10646.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/pr-10646.md b/changelog.d/pr-10646.md index f65a3af0021..2d701005a74 100644 --- a/changelog.d/pr-10646.md +++ b/changelog.d/pr-10646.md @@ -43,7 +43,7 @@ be have been easier but for a catch. We run these tests with older `GHC` versions so would need to use `-XCPP` for those versions and the C preprocessor does not play nicely with string gaps. While it is possible to encode a multiline string as a single line with in embedded LF characters or by breaking -the line up abitrarily and using `++` concatenation or by calling unlines on a +the line up arbitrarily and using `++` concatenation or by calling unlines on a list of lines, string gaps are the multiline strings of Haskell prior to `-XMultilineStrings`.