File: ChangeLog.md

package info (click to toggle)
haskell-regex-base 0.94.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: haskell: 287; makefile: 3
file content (13 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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

----