summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 22:55:21 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 23:47:20 +0000
commit6d82b4aa278caf6ad5c87ae9553383c155543962 (patch)
treeb32255e95d0f653d5b543cc888d902c1f879e000 /dev-haskell/executable-path/executable-path-0.0.3.1.ebuild
parentmedia-libs/libquvi-scripts: Port to EAPI 7 (diff)
downloadgentoo-6d82b4aa278caf6ad5c87ae9553383c155543962.tar.gz
gentoo-6d82b4aa278caf6ad5c87ae9553383c155543962.tar.bz2
gentoo-6d82b4aa278caf6ad5c87ae9553383c155543962.zip
dev-haskell/executable-path: bump up to 0.0.3.1
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/executable-path/executable-path-0.0.3.1.ebuild')
-rw-r--r--dev-haskell/executable-path/executable-path-0.0.3.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/executable-path/executable-path-0.0.3.1.ebuild b/dev-haskell/executable-path/executable-path-0.0.3.1.ebuild
new file mode 100644
index 000000000000..316dc45be5f7
--- /dev/null
+++ b/dev-haskell/executable-path/executable-path-0.0.3.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Finding out the full path of the executable"
+HOMEPAGE="http://code.haskell.org/~bkomuves/"
+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-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2
+"