aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-yaml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-yaml/Makefile')
-rw-r--r--textproc/hs-yaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-yaml/Makefile b/textproc/hs-yaml/Makefile
index 81127b4f8c10..df1d440f23d3 100644
--- a/textproc/hs-yaml/Makefile
+++ b/textproc/hs-yaml/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= yaml
-PORTVERSION= 0.8.29
+PORTVERSION= 0.11.0.0
PORTREVISION= 1
CATEGORIES= textproc haskell
@@ -11,7 +11,7 @@ COMMENT= Support for parsing and rendering YAML documents
LICENSE= BSD3CLAUSE
USE_CABAL= aeson>=0.5 attoparsec conduit>=1.1.0 enclosed-exceptions \
- resourcet>=0.3 scientific unordered-containers vector
+ libyaml resourcet>=0.3 scientific unordered-containers vector
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>