diff options
author | 2016-11-05 23:18:23 +0000 | |
---|---|---|
committer | 2016-11-05 23:23:12 +0000 | |
commit | e580ef9106a6b47b9c3ac2d2164c58a4bf50673d (patch) | |
tree | 3248fbcbb20254f11a89df1f6b0f344f036c4e45 /dev-haskell/hxt | |
parent | dev-haskell/html-conduit: bump up to 1.2.1.1 (diff) | |
download | gentoo-e580ef9106a6b47b9c3ac2d2164c58a4bf50673d.tar.gz gentoo-e580ef9106a6b47b9c3ac2d2164c58a4bf50673d.tar.bz2 gentoo-e580ef9106a6b47b9c3ac2d2164c58a4bf50673d.zip |
dev-haskell/hxt: bump up to 9.3.1.16
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/hxt')
-rw-r--r-- | dev-haskell/hxt/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hxt/hxt-9.3.1.16.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest index 27b1aca2d9b5..9a31e24bbefc 100644 --- a/dev-haskell/hxt/Manifest +++ b/dev-haskell/hxt/Manifest @@ -1 +1,2 @@ DIST hxt-9.3.1.15.tar.gz 235096 SHA256 723e7b3c22f58771087e7763d11702b3ae3aa910158a2beee70e973722966560 SHA512 f2d4d853811667b663d434671bc5743f7019fe435c9c39af359a0305e4c5bfdf53540b9cd33930bd13d07482cc583fd1f231fe33995b9a55b785af8d98f1fe24 WHIRLPOOL 1ac32d9596f84a3799ed01ed25c0c90009eed547b7a5dc5b376d77ce9debd4603d0194d5e40952e85ebdd200ffcb50bfff60938dd3cb37aed387e67701580bb6 +DIST hxt-9.3.1.16.tar.gz 223814 SHA256 0d55e35cc718891d0987b7c8e6c43499efa727c68bc92e88e8b99461dff403e3 SHA512 6cc99a3b9d1ffe33002d35a5c0965919227835e0fb5b0b829b49232443dec175428dab66720a717f8a655e0de9ad4c77c501aa6d3982b43024cb3a866cd12846 WHIRLPOOL a9aedcda71f1370196702fa852d6d5a806d5bbf4e53743c4ee0d597d8ee0bb4abbe796974fc677116400ddae06669788a53150d00c63156b7ea53adfbeffae0a diff --git a/dev-haskell/hxt/hxt-9.3.1.16.ebuild b/dev-haskell/hxt/hxt-9.3.1.16.ebuild new file mode 100644 index 000000000000..4391f5b23b73 --- /dev/null +++ b/dev-haskell/hxt/hxt-9.3.1.16.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A collection of tools for processing XML with Haskell" +HOMEPAGE="https://github.com/UweSchmidt/hxt" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+network-uri" + +RDEPEND=">=dev-haskell/hxt-charproperties-9.1:=[profile?] + >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?] + >=dev-haskell/hxt-unicode-9.0.1:=[profile?] + >=dev-haskell/mtl-2.0.1:=[profile?] <dev-haskell/mtl-3:=[profile?] + >=dev-haskell/parsec-2.1:=[profile?] <dev-haskell/parsec-4:=[profile?] + >=dev-lang/ghc-7.4.1:= + network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) + !network-uri? ( >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-2.6:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag network-uri network-uri) +} |