diff options
author | 2013-12-11 06:05:05 +0000 | |
---|---|---|
committer | 2013-12-11 06:05:05 +0000 | |
commit | 1940c17038f70fd18803f94f9cba51dfbe55a505 (patch) | |
tree | 8af3fa0fef39038fae644c33c5e18837d8b5cac3 /dev-haskell/html-conduit | |
parent | Bump hspec-meta to 1.8.1 (diff) | |
download | gentoo-2-1940c17038f70fd18803f94f9cba51dfbe55a505.tar.gz gentoo-2-1940c17038f70fd18803f94f9cba51dfbe55a505.tar.bz2 gentoo-2-1940c17038f70fd18803f94f9cba51dfbe55a505.zip |
Bump html-conduit to 1.1.0.1
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/html-conduit')
-rw-r--r-- | dev-haskell/html-conduit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/dev-haskell/html-conduit/ChangeLog b/dev-haskell/html-conduit/ChangeLog index a199526094e9..ecb154bca6e2 100644 --- a/dev-haskell/html-conduit/ChangeLog +++ b/dev-haskell/html-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/html-conduit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/ChangeLog,v 1.1 2013/09/13 06:19:45 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/ChangeLog,v 1.2 2013/12/11 06:05:05 gienah Exp $ + +*html-conduit-1.1.0.1 (11 Dec 2013) + + 11 Dec 2013; Mark Wright <gienah@gentoo.org> +html-conduit-1.1.0.1.ebuild: + Bump html-conduit to 1.1.0.1 *html-conduit-1.1.0 (13 Sep 2013) diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild new file mode 100644 index 000000000000..33cc0fdfe226 --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild,v 1.1 2013/12/11 06:05:05 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes." +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # 1) parses doesn't strip whitespace + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/filesystem-conduit-1.0:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?] + >=dev-haskell/system-filepath-0.4:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/tagstream-conduit-0.4:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/xml-conduit-1.1:=[profile?] <dev-haskell/xml-conduit-1.2:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" |