From 14783cd632449bacde1bfacac7aaa566a1517d27 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Fri, 12 Jan 2024 10:49:15 +0100 Subject: [PATCH] Flag doc --- bytestring.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bytestring.cabal b/bytestring.cabal index 225caa920..380fe9f70 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -71,9 +71,9 @@ extra-source-files: README.md Changelog.md include/bytestring-cpp-macros.h Flag pure-haskell description: Don't use text's standard C routines - When this flag is true, text will use pure Haskell variants of the - routines. This is not recommended except for use with GHC's JavaScript - backend. + When this flag is true, text will use pure Haskell variants (no C FFI) of + the internal functions. This is not recommended except in use cases that + cannot (or do not) depend on C, such as with GHC's JavaScript backend. default: False manual: True