summaryrefslogtreecommitdiff
path: root/devel/hs-utf8-string
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-4/+4
2022-01-18Bump packages that depends on GHCpho2-4/+4
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho2-3/+4
2021-04-23Update to utf8-string-1.0.2pho5-60/+44
1.0.2 * Add fromChar * Add IsString UTF8 instance * Fixup documentation and tests
2020-05-11hs-*: add PLIST filesrillig1-0/+35
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-03Fix build with GHC >= 8pho2-1/+17
2020-01-02Remove PLIST; we can no longer use it for Haskell packagespho1-31/+0
2016-01-04Update to 1.0.1.1szptvlfn5-21/+14
CHANGELOG: 1.0.1.1 ----- * Build correctly on GHC-7.0 (#14) 1.0.1 ----- * Improve the performance of Data.ByteString.Lazy.UTF8.fromString. (Thanks, ndmitchell) 1 ----- * Remove out all the old utf8 IO support. GHC supports utf8 now.
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. 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-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-05-19Update to 0.3.8szptvlfn3-8/+8
CHANGELOG: 0.3.8 ----- * Performance tweaks * bytestring-in-base flag default to False
2014-05-18Import utf8-string-0.3.7 as devel/hs-utf8-string,szptvlfn5-0/+69
packaged for wip by pho. A UTF8 layer for IO and Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.