Skip to content

Commit

Permalink
Flag doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Jan 12, 2024
1 parent c2b2ff5 commit 14783cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14783cd

Please sign in to comment.