regex-base-0.94.0.1: ChangeLog.md
See also http://pvp.haskell.org/faq
## 0.94.0.1
- Workaround for `{-# LANGUAGE Haskell2010 #-}` parser regression introduced in GHC 9.0
- Optimization flag `-O2` has been removed
## 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
----