File: ChangeLog.md

package info (click to toggle)
haskell-regex-compat 0.95.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: haskell: 85; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
See also http://pvp.haskell.org/faq

## 0.95.2.1

- Allow `base-4.15` (GHC 9.0)

- Workaround for `{-# LANGUAGE Haskell2010 #-}` parser regression introduced in GHC 9.0

- Optimization flag `-O2` has been removed

## 0.95.2.0

- Declare `Text.Regex` module `Trustworthy` under SafeHaskell