Skip to content

Commit

Permalink
dev-haskell/monoid-extras: bump up to 0.2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Jan 7, 2013
1 parent 3d3fe42 commit f0906d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/monoid-extras/Manifest
@@ -1 +1 @@
DIST monoid-extras-0.2.2.1.tar.gz 8825 SHA256 3eab9f007b3f88f91874cfa4e7d797593bdd29cc359d8c4d4d6f22ccf9e45f58 SHA512 39159c5a4013e99bd0e3c90451ec25772e133466310e62a9561d2f2e8842347a2d3fd85af8e8ee09817c8bf3e7fbb983c59e66a0aa31b76810e37544d7039c05 WHIRLPOOL 184a8aa4c7fba7848864132c7302a292ee552744ea3cca6d2652998e886310e4149aee85f3f670b444ca7f3a7d7298219cc1feae4a2a20ba2195a13473c6de96 DIST monoid-extras-0.2.2.2.tar.gz 8835 SHA256 42442d1c64fef360068902c1f46b67f8db5af9dafdf9b5f9d6916b0d2a1ce9bb SHA512 50b4b97607bc0150deddb66e55de4a4fe9d372cbf88feb7e560febdb79cc0bc8b5e29c462e66f519f36c6ea25bf8c19f6ef606db05e20a6aadc4ccaed12a6258 WHIRLPOOL f78ac825e82c077662de8a3541fecf1fd8c0e5ca77834234b6403584b1d0d2b54bcff1f25f69e20d6ceb905edafb5722854c794c0cf5bcc4d00d83e920abcc1e
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $ # $Header: $


EAPI=5 EAPI=5


# ebuild generated by hackport 0.3.1.9999 # ebuild generated by hackport 0.3.2.9999


CABAL_FEATURES="lib profile haddock hoogle hscolour" CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal inherit haskell-cabal
Expand All @@ -18,12 +18,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""


RDEPEND=">=dev-haskell/semigroups-0.8:=[profile?] <dev-haskell/semigroups-0.10:=[profile?] RDEPEND=">=dev-haskell/semigroups-0.8:=[profile?]
<dev-haskell/semigroups-0.10:=[profile?]
>=dev-lang/ghc-7.0.1:=" >=dev-lang/ghc-7.0.1:="
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10" >=dev-haskell/cabal-1.10"

src_prepare() {
cabal_chdeps \
'semigroups >= 0.8 && < 0.9' 'semigroups >= 0.8 && < 0.10'
}

0 comments on commit f0906d9

Please sign in to comment.