diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
commit | fff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /textproc/hs-xml-conduit/Makefile | |
parent | b782168218ce43588149523e6d12003aa68ad324 (diff) | |
download | ports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.tar.gz ports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.zip |
Notes
Diffstat (limited to 'textproc/hs-xml-conduit/Makefile')
-rw-r--r-- | textproc/hs-xml-conduit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile index cb31e113178c..bc76287d5ca7 100644 --- a/textproc/hs-xml-conduit/Makefile +++ b/textproc/hs-xml-conduit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xml-conduit -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE= MIT USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2 blaze-html>=0.5 \ blaze-markup>=0.5 conduit>=1.0 conduit-extra>=1.1 \ data-default monad-control>=0.3 resourcet>=0.3 \ - text>=0.7 xml-types>=0.3.4 + xml-types>=0.3.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |