diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 10:38:59 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:02:10 +0100 |
commit | 004f1e965ad5bfb1c252385de1a7e842b6da2d0d (patch) | |
tree | cf0231a75a0378e87910f9a874af9d6910389872 /dev-haskell/hinotify | |
parent | dev-haskell/unix-compat: bump up to 0.5.2 (diff) | |
download | gentoo-004f1e965ad5bfb1c252385de1a7e842b6da2d0d.tar.gz gentoo-004f1e965ad5bfb1c252385de1a7e842b6da2d0d.tar.bz2 gentoo-004f1e965ad5bfb1c252385de1a7e842b6da2d0d.zip |
dev-haskell/hinotify: bump up to 0.3.10
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hinotify')
-rw-r--r-- | dev-haskell/hinotify/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.10.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/hinotify/Manifest b/dev-haskell/hinotify/Manifest index b29ef66dfbc5..d61c77299b19 100644 --- a/dev-haskell/hinotify/Manifest +++ b/dev-haskell/hinotify/Manifest @@ -1 +1,2 @@ +DIST hinotify-0.3.10.tar.gz 9193 BLAKE2B 877f98091412732656913f7af9e29e34088d240ac88214afd237e2994730f119a80db3960f27ad3a024026dcd8bb232853412aa314f416555e27886f87fda64a SHA512 d22f40bb055e14fd4be6669122a11b36fd7c5a989489d1b8c1e4117672b9f1700197a827f23242c91504b8236c349a4494adf724827001a77a1abdc11a9d6b8b DIST hinotify-0.3.8.1.tar.gz 8344 BLAKE2B 6258434aaa02faf35e96c8b1ce8c5bb66bdab2abbfa0689706a657f18cb374a6fbeb83762cbf58dfde6716cecf1b67a07fa2b6e02b3d6d589a7b879066e83617 SHA512 965484ed676985303e0e559985d80e37af3d1cd0d7a0bb111679ba2ac1ead4c541a409630bb679ab70e33c0e2dcb070e17b162ff8a967c65e438ec071b756f87 diff --git a/dev-haskell/hinotify/hinotify-0.3.10.ebuild b/dev-haskell/hinotify/hinotify-0.3.10.ebuild new file mode 100644 index 000000000000..83094c3897a5 --- /dev/null +++ b/dev-haskell/hinotify/hinotify-0.3.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.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="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.3:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |