summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-09 18:45:59 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-09 18:49:56 +0100
commit112b908725320d6ad67586218ea93a5549a849f7 (patch)
treef2f0c0a4564133bac32befe234f3697a62973219 /dev-haskell/hinotify/hinotify-0.3.8.1.ebuild
parentdev-haskell/language-javascript: version bump up to 0.5.14.2 (diff)
downloadgentoo-112b908725320d6ad67586218ea93a5549a849f7.tar.gz
gentoo-112b908725320d6ad67586218ea93a5549a849f7.tar.bz2
gentoo-112b908725320d6ad67586218ea93a5549a849f7.zip
dev-haskell/hinotify: version bump up to 0.3.8.1
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/hinotify/hinotify-0.3.8.1.ebuild')
-rw-r--r--dev-haskell/hinotify/hinotify-0.3.8.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/hinotify/hinotify-0.3.8.1.ebuild b/dev-haskell/hinotify/hinotify-0.3.8.1.ebuild
new file mode 100644
index 000000000000..caaf24628498
--- /dev/null
+++ b/dev-haskell/hinotify/hinotify-0.3.8.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.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell binding to inotify"
+HOMEPAGE="https://github.com/kolmodin/hinotify.git"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"