summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-08-07 08:43:14 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-07 07:37:32 +0100
commit73287870a3ffc8f4d5a962740b1ffc1170647ca8 (patch)
treeb3d0149407cff8af30df94f6cb682ab8b41accb0 /dev-haskell/filelock/filelock-0.1.1.5.ebuild
parentprofiles/package.mask: remove obsolete dev-lang/ruby:2.4 mask (diff)
downloadgentoo-73287870a3ffc8f4d5a962740b1ffc1170647ca8.tar.gz
gentoo-73287870a3ffc8f4d5a962740b1ffc1170647ca8.tar.bz2
gentoo-73287870a3ffc8f4d5a962740b1ffc1170647ca8.zip
dev-haskell/filelock: bump up to 0.1.1.5
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Closes: https://github.com/gentoo/gentoo/pull/17036 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/filelock/filelock-0.1.1.5.ebuild')
-rw-r--r--dev-haskell/filelock/filelock-0.1.1.5.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/filelock/filelock-0.1.1.5.ebuild b/dev-haskell/filelock/filelock-0.1.1.5.ebuild
new file mode 100644
index 000000000000..5297c74c1da5
--- /dev/null
+++ b/dev-haskell/filelock/filelock-0.1.1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Portable interface to file locking (flock / LockFileEx)"
+HOMEPAGE="https://github.com/takano-akio/filelock"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+ test? ( dev-haskell/async )
+"