ghc-regex-compat-tdfa 0.95.1.4
Unicode Support version of Text.Regex, using regex-tdfa
One module layer over regex-tdfa
to replace Text.Regex
. regex-compat
can't use Unicode characters correctly because of using regex-posix. This is not good for Unicode users. This modified regex-compat uses regex-tdfa to solve this problem.
- Website: https://hub.darcs.net/shelarcy/regex-compat-tdfa
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-regex-compat-tdfa 0.95.1.4
as follows:
guix install ghc-regex-compat-tdfa@0.95.1.4
Or install the latest version:
guix install ghc-regex-compat-tdfa
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.