diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:27:00 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:27:00 +0800 |
commit | 84327db06ada3e72700126847491702a39a9511d (patch) | |
tree | 6eb6b9a79b93e719ec7560c4b3e15d85a02a9564 /textproc | |
parent | 170c71e674c59a0557a42c5f6f7de1e72c437fa2 (diff) | |
download | freebsd-ports-gnome-84327db06ada3e72700126847491702a39a9511d.tar.gz freebsd-ports-gnome-84327db06ada3e72700126847491702a39a9511d.tar.zst freebsd-ports-gnome-84327db06ada3e72700126847491702a39a9511d.zip |
- Update to 0.4.3.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-blaze-html/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-blaze-html/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-blaze-html/pkg-descr | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/textproc/hs-blaze-html/Makefile b/textproc/hs-blaze-html/Makefile index a4f9bb6772d6..73d56b335477 100644 --- a/textproc/hs-blaze-html/Makefile +++ b/textproc/hs-blaze-html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= blaze-html -PORTVERSION= 0.4.1.6 +PORTVERSION= 0.4.3.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-blaze-html/distinfo b/textproc/hs-blaze-html/distinfo index 1efddb03fc1d..5c93b8437297 100644 --- a/textproc/hs-blaze-html/distinfo +++ b/textproc/hs-blaze-html/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/blaze-html-0.4.1.6.tar.gz) = 9fc458c004c8021fa613fd27e1e4059ba43a92e1681204b0885b04df7a879720 -SIZE (cabal/blaze-html-0.4.1.6.tar.gz) = 47277 +SHA256 (cabal/blaze-html-0.4.3.1.tar.gz) = d75d8a8d9c20dfc7ba7365b064abba782ae39df4208acf747f4a0e2f2ba71c7a +SIZE (cabal/blaze-html-0.4.3.1.tar.gz) = 69636 diff --git a/textproc/hs-blaze-html/pkg-descr b/textproc/hs-blaze-html/pkg-descr index 4ac6a49b2392..371105dddd90 100644 --- a/textproc/hs-blaze-html/pkg-descr +++ b/textproc/hs-blaze-html/pkg-descr @@ -1,5 +1,3 @@ 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>. -WWW: http://jaspervdj.be/blaze +WWW: http://jaspervdj.be/blaze |