Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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
|
|
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
|
|
|
|
|
* Workaround for {-# LANGUAGE Haskell2010 #-} parser regression
introduced in GHC 9.0
* Optimization flag -O2 has been removed
|
|
|
|
|
|
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.
|
|
They are now part of GHC.
Also hs-fail is no longer required as of GHC 8.
|
|
* 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
|
|
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.
|
|
|
|
discussed with wiz@.
|
|
packaged for wip by pho.
Haskell Interface API for regex-posix,pcre,parsec,tdfa,dfa
|