BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by Andreas Abel
This version can be pinned in stack with:regex-compat-0.95.2.2@sha256:c62ba16b171933e251fb6950170272b4a26bf7a3ee2043768f94bd833f6f830f,1623

Module documentation for 0.95.2.2

Hackage version Stackage Nightly Stackage LTS Haskell-CI License regex-compat

Documentation on hackage.

Changes

0.95.2.2

2025-03-02 Andreas Abel

  • Drop support for GHC 7
  • Make Prelude imports explicit, add LANGUAGE NoImplicitPrelude
  • Make upper bounds of dependencies major-major (all are shipped with GHC)
  • Tested with GHC 8.0 - 9.12.1

0.95.2.1 revision 2

  • Allow base >= 4.17 (GHC 9.4)

0.95.2.1 revision 1

  • Allow base-4.16 (GHC 9.2)

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