BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by [email protected]
This version can be pinned in stack with:regex-base-0.94.0.0@sha256:44aa95ca762294ffbb28cf0af9c567d93b5d2c56e4f38ce5385a257d899f968e,2253

Module documentation for 0.94.0.0

This package doesn't provide the ability to do regex matching, but instead provides the type-classes that constitute the abstract API that is implemented by regex-* backends such as

See also https://wiki.haskell.org/Regular_expressions for more information.

Changes

See also http://pvp.haskell.org/faq

0.94.0.0

  • Breaking change: Switch RegExp API from the previously used Monad(fail) to MonadFail(fail) to denote matching failures

  • Define Extract Text instances for strict and lazy Text types

  • Compatibility with base-4.13.0

  • Explicitly declare all modules Safe under SafeHaskell for GHC 7.4 and higher