summaryrefslogtreecommitdiff
path: root/textproc/hs-regex-base
AgeCommit message (Collapse)AuthorFilesLines
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho2-4/+4
2022-02-12revbump after changing the default Haskell compilerpho2-3/+4
2022-02-11Update to regex-base-0.94.0.2pho3-9/+8
0.94.0.2 - 2021-11-16 Andreas Abel * Allow text-2.0 * Remove unused dependency mtl * Warning free up to GHC 9.2 * Tested with GHC 7.0 - 9.2
2022-01-18Bump packages that depends on GHCpho2-4/+4
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho2-3/+4
2021-04-24Update to regex-base-0.94.0.1pho4-43/+42
* Workaround for {-# LANGUAGE Haskell2010 #-} parser regression introduced in GHC 9.0 * Optimization flag -O2 has been removed
2021-02-18(*/hs-*) BUILDLINK_API_DEPENDS.ghc <8.10, againmef1-2/+2
2021-02-13(*/hs-*) fix build, not adapted to ghc90 versionmef1-1/+2
2020-05-11hs-*: add PLIST filesrillig1-0/+34
These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-01-11Remove dependency on devel/hs-mtl and devel/hs-textpho2-9/+2
They are now part of GHC. Also hs-fail is no longer required as of GHC 8.
2020-01-02Update to regex-base-0.94.0.0pho4-39/+14
* 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
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-23Bump PKGREVISION for hs-transformers-0.4.2.0szptvlfn2-3/+4
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-08-01Import regex-base-0.93.2 as textproc/hs-regex-base,szptvlfn5-0/+60
packaged for wip by pho. Haskell Interface API for regex-posix,pcre,parsec,tdfa,dfa