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
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')
-rw-r--r--dev-haskell/executable-path/Manifest1
-rw-r--r--dev-haskell/executable-path/executable-path-0.0.3.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/executable-path/Manifest b/dev-haskell/executable-path/Manifest
index 54e3c94fefb2..411b31d625d3 100644
--- a/dev-haskell/executable-path/Manifest
+++ b/dev-haskell/executable-path/Manifest
@@ -1 +1,2 @@
+DIST executable-path-0.0.3.1.tar.gz 6658 BLAKE2B 2671aa3b98c019785501ad853ed883e8f8a9572b6c5d847a5f0684d5203e07807562c6feb97085ccaec17ab5ff54d320b430e8c4e55bd99d55916653be2d6328 SHA512 e11e3a1fcc8a987c8720b80e6bc61eb9f61a6319d9d0cc88c841ef293aa9e51f7fbcbad2aa4beb52d50fed5148545591dc0627cc82c9b78b9990e038c9c3d020
DIST executable-path-0.0.3.tar.gz 6619 BLAKE2B 2b452d57c6b9aa64b8ebfd98e19c816afd377ba8a7bda5a23f9e346395bed326775682922d1fcfdf2350cad73cd6ac1f2c21df515d912138985768e1f00d2fb9 SHA512 96be7d997648226d549f80bac2bf49ffb2cf4043cf6ed9a9b175520df9d851599ec1b5f5c60a6ff8d12dadc1037193cebb2d5e0c956433e90cb3d023a46fa987
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
+"