summaryrefslogtreecommitdiff
path: root/textproc/hs-blaze-html
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-02-11Fix build with GHC 9.2pho2-1/+26
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 PLISTpho1-122/+122
2020-05-11hs-*: add PLIST filesrillig1-0/+123
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-textpho2-4/+2
It's now part of GHC. Also contravariant, fail, and semigroups are no longer required as of GHC 8.
2020-01-02Update to blaze-html-0.9.1.2pho4-114/+10
- 0.9.1.2 (2019-10-02) * Bump QuickCheck dependency to 2.13 * Bump containers dependency to 0.6 * Check in generated code * Regenerate .travis.yml using haskell-ci - 0.9.1.1 (2018-06-12) * Fix generated source code on Hackage - 0.9.1.0 * Add `u` element to HTML5 * Add `role` attribute to HTML5 * Bump HUnit dependency to 1.6 * Bump QuickCheck dependency to 2.11 - 0.9.0.1 * Fix CHANGELOG - 0.9.0.0 * Bump blaze-html dependency to 0.8. This has a few consequences: - Make `MarkupM` finally adhere to the Monad laws - Stricten the `IsString` instance to only work with `MarkupM ()` and not `MarkupM a` - Change the type of `contents` to `MarkupM a -> MarkupM a` - Add a `Semigroup` instance for `MarkupM` - 0.7.1.1 - 0.8.1.3 * Bump HUnit dependency to 1.5 - 0.8.1.2 * Bump QuickCheck dependency to 2.9 - 0.8.1.1 * Bump HUnit dependency to 1.3 - 0.8.1.0 * Add `<main>` element to HTML5 - 0.8.0.2 * Relax blaze-builder dependency to include 0.3 again - 0.8.0.1 * Bump QuickCheck dependency to 2.8 - 0.8.0.0 * Bump blaze-builder dependency to 0.4 - 0.7.1.0 * Add `itemscope` and `itemprop` attributes * Constraint `blaze-markup` dependency
2016-01-10Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3szptvlfn2-4/+4
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.
2015-08-02Bump PKGREVISION for hs-text-1.2.1.3szptvlfn2-4/+4
2015-06-04Bump PKGREVISION for hs-text-1.2.1.1szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn2-3/+4
2014-09-13Update to 0.7.0.3szptvlfn3-9/+8
CHANGELOG: - 0.7.0.3 * Dependency bump to allow `text-1.2`
2014-09-05Bump PKGREVISION for hs-text-1.1.1.3szptvlfn1-1/+2
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-07-28Import blaze-html-0.7.0.2 as textproc/hs-blaze-html,szptvlfn5-0/+141
packaged for wip by pho. A blazingly fast HTML combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.