From 84ab0153a3527e7bd8b627ca559d782064af3c80 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 2 Feb 2022 14:53:34 +0000 Subject: Rewrite CallerCC parser using ReadP This allows us to remove the dependency on parsec and hence transitively on text. Also added some simple unit tests for the parser and fixed two small issues in the documentation. Fixes #21033 --- docs/users_guide/profiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/users_guide') diff --git a/docs/users_guide/profiling.rst b/docs/users_guide/profiling.rst index 0aa437a4dc..a1b1de819f 100644 --- a/docs/users_guide/profiling.rst +++ b/docs/users_guide/profiling.rst @@ -386,9 +386,9 @@ compiled program. * ``Data.List.map`` * ``*.map`` * ``*.parse*`` - * ``*.<\\*>`` + * ``*.<\*>`` - The ``*`` character can be used literally by escaping (e.g. ``\\*``). + The ``*`` character can be used literally by escaping (e.g. ``\*``). .. ghc-flag:: -fprof-auto :shortdesc: Auto-add ``SCC``\\ s to all bindings not marked INLINE -- cgit v1.2.1