Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-regex-base
From: Masatake Daimon
Date: 2020-01-02 15:56:10
Message id: 20200102145610.90F32FA97@cvs.NetBSD.org
Log Message:
Update to regex-base-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
Files: