diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-18 20:45:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-18 20:47:49 +0100 |
commit | 6892a0cd3094c37903bc15bd19d61735d79237ea (patch) | |
tree | 5e832354b282bb4aec3da32a242e1fd6b8632bd9 /dev-haskell | |
parent | app-text/pandoc: drop old (diff) | |
download | gentoo-6892a0cd3094c37903bc15bd19d61735d79237ea.tar.gz gentoo-6892a0cd3094c37903bc15bd19d61735d79237ea.tar.bz2 gentoo-6892a0cd3094c37903bc15bd19d61735d79237ea.zip |
dev-haskell/semigroups: allow stable text-1.1
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/semigroups/semigroups-0.11-r1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/semigroups/semigroups-0.11-r1.ebuild b/dev-haskell/semigroups/semigroups-0.11-r1.ebuild new file mode 100644 index 000000000000..8560ef8cc7a1 --- /dev/null +++ b/dev-haskell/semigroups/semigroups-0.11-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Anything that associates" +HOMEPAGE="http://github.com/ekmett/semigroups/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] + >=dev-haskell/nats-0.1:=[profile?] <dev-haskell/nats-1:=[profile?] + >=dev-haskell/text-0.10:=[profile?] + >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +src_prepare() { + cabal_chdeps \ + 'text >= 0.10 && < 0.12' 'text >= 0.10' +} |