diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /textproc/hs-html-conduit | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'textproc/hs-html-conduit')
-rw-r--r-- | textproc/hs-html-conduit/Makefile | 8 | ||||
-rw-r--r-- | textproc/hs-html-conduit/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile index c0416e85c965..8e9b3b43dab8 100644 --- a/textproc/hs-html-conduit/Makefile +++ b/textproc/hs-html-conduit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= html-conduit -PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTVERSION= 1.1.0.5 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +9,8 @@ COMMENT= Parse HTML documents using xml-conduit datatypes LICENSE= MIT -USE_CABAL= conduit>=1.0 filesystem-conduit>=1.0 resourcet>=0.3 \ - system-filepath>=0.4 tagstream-conduit>=0.4 text \ - transformers xml-conduit>=1.1 xml-types>=0.3 +USE_CABAL= conduit>=1.0 conduit-extra resourcet>=0.3 system-filepath>=0.4 \ + tagstream-conduit>=0.4 text xml-conduit>=1.1 xml-types>=0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-html-conduit/distinfo b/textproc/hs-html-conduit/distinfo index 5b21bb9b1eaa..2282ea35be75 100644 --- a/textproc/hs-html-conduit/distinfo +++ b/textproc/hs-html-conduit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/html-conduit-1.1.0.tar.gz) = a3d47dee8983828688bf9ebceccfa256c3bf1414664010a79fc82e48efc9b386 -SIZE (cabal/html-conduit-1.1.0.tar.gz) = 3789 +SHA256 (cabal/html-conduit-1.1.0.5.tar.gz) = 560bac7c5601554c8958099cc7a0035af270e1c8f93b2d76d40ea4476754bbfb +SIZE (cabal/html-conduit-1.1.0.5.tar.gz) = 4048 |