diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-31 17:36:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-31 17:36:06 +0000 |
commit | 625c457c9a614d8d6cdcbe4f554e5ea3e5f426c1 (patch) | |
tree | ac257ebb167b49309b6a6392059eae7c563ab74e /dev-haskell/hinotify/hinotify-0.3.2.ebuild | |
parent | [sys-cluster/ceph] Version bump (diff) | |
download | gentoo-2-625c457c9a614d8d6cdcbe4f554e5ea3e5f426c1.tar.gz gentoo-2-625c457c9a614d8d6cdcbe4f554e5ea3e5f426c1.tar.bz2 gentoo-2-625c457c9a614d8d6cdcbe4f554e5ea3e5f426c1.zip |
Version bump. Among other changes fixes build failure reported by Hans-Peter Deifel in bug #380967
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hinotify/hinotify-0.3.2.ebuild')
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/hinotify/hinotify-0.3.2.ebuild b/dev-haskell/hinotify/hinotify-0.3.2.ebuild new file mode 100644 index 000000000000..0b63a8e758cd --- /dev/null +++ b/dev-haskell/hinotify/hinotify-0.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.2.ebuild,v 1.1 2011/08/31 17:36:06 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell binding to INotify" +HOMEPAGE="http://code.haskell.org/hinotify/README.html" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" |