BSD-3-Clause licensed by Christopher Kuklewicz
Maintained by Andreas Abel
This version can be pinned in stack with:regex-compat-0.95.2.1@sha256:96c83b06280ebfb6fef01864b2af9eb9e136a9832c563773f327d4197bbbb851,1705

Module documentation for 0.95.2.1

One module compat layer over regex-posix to replace Text.Regex.

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

Changes

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