diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:13:34 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:42:39 +0000 |
commit | 58ea1971c75d6e703ba0d6b63335746e0305417d (patch) | |
tree | 470c37484ae8625a650a6b40a9552f6e63c5140e /dev-haskell/stm/stm-2.4.4.1.ebuild | |
parent | dev-haskell/statevar: bump up to 1.1.0.2 (diff) | |
download | gentoo-58ea1971c75d6e703ba0d6b63335746e0305417d.tar.gz gentoo-58ea1971c75d6e703ba0d6b63335746e0305417d.tar.bz2 gentoo-58ea1971c75d6e703ba0d6b63335746e0305417d.zip |
dev-haskell/stm: bump up to 2.4.4.1
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/stm/stm-2.4.4.1.ebuild')
-rw-r--r-- | dev-haskell/stm/stm-2.4.4.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/stm/stm-2.4.4.1.ebuild b/dev-haskell/stm/stm-2.4.4.1.ebuild new file mode 100644 index 000000000000..3b36b7a4118c --- /dev/null +++ b/dev-haskell/stm/stm-2.4.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Software Transactional Memory" +HOMEPAGE="http://hackage.haskell.org/package/stm" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |