diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:36:09 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:36:09 +0800 |
commit | 7c37c39782e43b7b9507876ce4b0cd7b03db8467 (patch) | |
tree | b40e954ab3ba69c4b285995b4ac3d0e707ea8fd2 /textproc | |
parent | 56c9635e52b7ee164c69b10cf51faab3df2b11e3 (diff) | |
download | freebsd-ports-gnome-7c37c39782e43b7b9507876ce4b0cd7b03db8467.tar.gz freebsd-ports-gnome-7c37c39782e43b7b9507876ce4b0cd7b03db8467.tar.zst freebsd-ports-gnome-7c37c39782e43b7b9507876ce4b0cd7b03db8467.zip |
- Update to 0.7.0.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-yaml/Makefile | 5 | ||||
-rw-r--r-- | textproc/hs-yaml/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/hs-yaml/Makefile b/textproc/hs-yaml/Makefile index 813fffc653f8..31072168daad 100644 --- a/textproc/hs-yaml/Makefile +++ b/textproc/hs-yaml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yaml -PORTVERSION= 0.4.1.2 +PORTVERSION= 0.7.0.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,8 @@ COMMENT= Low-level binding to the libyaml C library LICENSE= BSD -USE_CABAL= enumerator>=0.4 transformers>=0.1 +USE_CABAL= aeson>=0.5 attoparsec conduit>=0.4 resourcet>=0.3 text \ + transformers>=0.1 unordered-containers vector .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-yaml/distinfo b/textproc/hs-yaml/distinfo index 653615b1f7cf..8f9bf020197b 100644 --- a/textproc/hs-yaml/distinfo +++ b/textproc/hs-yaml/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/yaml-0.4.1.2.tar.gz) = 6b93bc20f24ae3f965ea78edcd527311c9a03275baaaf336a060f2f98a76eeb0 -SIZE (cabal/yaml-0.4.1.2.tar.gz) = 61176 +SHA256 (cabal/yaml-0.7.0.2.tar.gz) = c3690a8b1c1b828fa5e2376af36ae9c55f3e00b624a454d7dc48e5ff07df1d42 +SIZE (cabal/yaml-0.7.0.2.tar.gz) = 65395 |